From e70d44a1755f911080c3f0ee31cddb92dd3b3846 Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 6 Aug 2015 10:50:39 -0400 Subject: [PATCH] css tweaks --- contrib/static/site.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index 4255850..5a9869f 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -44,10 +44,17 @@ textarea { padding: 10px 10px; } -.post, th, .ukko_thread_header { +.reply, th, .ukko_thread_header { background: #d6daf0; } +hr { + height: 0px; + border-width: 1px medium medium; + border-color: #b7c5d9; + border-style: solid none none; +} + .ukko_thread_header { padding: 5px 5px; margin: 5px 5px; @@ -62,7 +69,7 @@ th { } body { - background: #eef2ff; + background: linear-gradient(to top, #eef2ff, #eaf1ff) repeat scroll; font-family: arial,helvetica,sans-serif; font-size: 10pt; margin: 0 4px; @@ -83,7 +90,6 @@ body { } .op { - background: #eef2ff; margin-right: 20px; margin-bottom: 10px; }