diff --git a/ext/pools/style.css b/ext/pools/style.css new file mode 100644 index 00000000..f64c0e40 --- /dev/null +++ b/ext/pools/style.css @@ -0,0 +1,13 @@ +.pools_next_img { + display: block; + font-size: 77%; + text-align: right; + float: right; +} + +.pools_prev_img { + display: block; + font-size: 77%; + text-align: left; + float: left; +} diff --git a/themes/default/style.css b/themes/default/style.css index e3fe222f..c59d1d57 100644 --- a/themes/default/style.css +++ b/themes/default/style.css @@ -113,20 +113,6 @@ NAV SELECT { box-shadow: none; } -.pools_next_img { - display: block; - font-size: 77%; - text-align: right; - float: right; -} - -.pools_prev_img { - display: block; - font-size: 77%; - text-align: left; - float: left; -} - /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * the main part of each page * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */