Browse Source

Adjust Firefox top bar spacing 8ch cyber CSS style

pull/40/head
Benjamin Southall 7 years ago
parent
commit
95b75a13b9
  1. 11
      stylesheets/8ch.cyber.css

11
stylesheets/8ch.cyber.css

@ -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*/
@ -292,12 +293,20 @@ background-color: #1A1A1A;
border-bottom: double 3px #989898 !important; border-bottom: double 3px #989898 !important;
position:fixed; position:fixed;
} }
/*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*/
p.intro span.subject { p.intro span.subject {
color: #7b68ee; color: #7b68ee;

Loading…
Cancel
Save