pools css should be in it's own folder, not the themes

This commit is contained in:
Daku 2014-05-30 00:23:12 +01:00
parent 1dada97adc
commit f228a8eb4f
2 changed files with 13 additions and 14 deletions

13
ext/pools/style.css Normal file
View file

@ -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;
}

View file

@ -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 *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */