pools css should be in it's own folder, not the themes
This commit is contained in:
parent
1dada97adc
commit
f228a8eb4f
2 changed files with 13 additions and 14 deletions
13
ext/pools/style.css
Normal file
13
ext/pools/style.css
Normal 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;
|
||||||
|
}
|
|
@ -113,20 +113,6 @@ NAV SELECT {
|
||||||
box-shadow: none;
|
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 *
|
* the main part of each page *
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
Reference in a new issue