Browse Source

Luna.css fix

Changes the color of quotes and fixes the board lists.
pull/40/head
JosephGoldbergStein 11 years ago
parent
commit
dfc29c86e3
  1. 6
      stylesheets/luna.css

6
stylesheets/luna.css

@ -228,7 +228,7 @@ span.trip {
color: #DDDDDD; color: #DDDDDD;
} }
span.quote { span.quote {
color: #FFFF55; color: #5AE22F;
} }
span.omitted { span.omitted {
display: block; display: block;
@ -367,10 +367,10 @@ hr {
div.boardlist { div.boardlist {
color: #B7C5D9; color: #B7C5D9;
background: #353868; background: #353868;
display: inline; padding: 4px;
padding: 8px;
border-right: 1px solid #000000; border-right: 1px solid #000000;
border-bottom: 1px solid #000000; border-bottom: 1px solid #000000;
text-align: center;
} }
div.boardlist.bottom { div.boardlist.bottom {
margin-top: 20px; margin-top: 20px;

Loading…
Cancel
Save