From 3077cb596ac0b0e86d5aaea79d23a7c545bb18b3 Mon Sep 17 00:00:00 2001 From: Shish <shish@shishnet.org> Date: Sat, 11 Feb 2012 11:02:08 +0000 Subject: [PATCH] working, styled info box for default theme --- themes/default/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/themes/default/style.css b/themes/default/style.css index ea7a6f2a..f4cf35e2 100644 --- a/themes/default/style.css +++ b/themes/default/style.css @@ -129,13 +129,14 @@ UL { } .comment { text-align: left; + position: relative; } .comment .info { visibility: hidden; text-align: center; padding: 8px; - background: #ACE4A3; - border: 1px solid #7EB977; + background: #DDD; + border: 1px solid #CCC; position: absolute; top: 0px; right: 0px;