From f228a8eb4fb1b09f2003c259f404ef0fd393b78a Mon Sep 17 00:00:00 2001 From: Daku Date: Fri, 30 May 2014 00:23:12 +0100 Subject: [PATCH] pools css should be in it's own folder, not the themes --- ext/pools/style.css | 13 +++++++++++++ themes/default/style.css | 14 -------------- 2 files changed, 13 insertions(+), 14 deletions(-) create mode 100644 ext/pools/style.css 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 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */