From dfc29c86e3dcc04529f24a7020eb946f8efa073f Mon Sep 17 00:00:00 2001 From: JosephGoldbergStein Date: Sun, 11 Aug 2013 22:15:49 +0300 Subject: [PATCH] Luna.css fix Changes the color of quotes and fixes the board lists. --- stylesheets/luna.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stylesheets/luna.css b/stylesheets/luna.css index 2256f8c2..1c2fcdf9 100644 --- a/stylesheets/luna.css +++ b/stylesheets/luna.css @@ -228,7 +228,7 @@ span.trip { color: #DDDDDD; } span.quote { - color: #FFFF55; + color: #5AE22F; } span.omitted { display: block; @@ -367,10 +367,10 @@ hr { div.boardlist { color: #B7C5D9; background: #353868; - display: inline; - padding: 8px; + padding: 4px; border-right: 1px solid #000000; border-bottom: 1px solid #000000; + text-align: center; } div.boardlist.bottom { margin-top: 20px;