forked from leftypol/leftypol
Adjust Firefox top bar spacing 8ch cyber CSS style
This commit is contained in:
parent
43d5359b37
commit
af7f8fbcc2
1 changed files with 10 additions and 1 deletions
|
@ -235,6 +235,7 @@ background-color: #2b2b2b;
|
||||||
display: block;
|
display: block;
|
||||||
clear: both;
|
clear: both;
|
||||||
border: solid 1px #2e8b57;
|
border: solid 1px #2e8b57;
|
||||||
|
/*background-color: #2b2b2b;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/*hovered links have underline*/
|
/*hovered links have underline*/
|
||||||
|
@ -296,6 +297,14 @@ background-color: #1A1A1A;
|
||||||
/*favorites in a new line*/
|
/*favorites in a new line*/
|
||||||
div.boardlist span.favorite-boards {
|
div.boardlist span.favorite-boards {
|
||||||
display: ;
|
display: ;
|
||||||
|
}
|
||||||
|
|
||||||
|
@-moz-document url-prefix() {
|
||||||
|
|
||||||
|
div.boardlist {
|
||||||
|
word-spacing:-1px !important;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*subject color*/
|
/*subject color*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue