From: urs_hunkler Date: Sun, 30 Jan 2005 11:34:30 +0000 (+0000) Subject: changed the style of .unread. I'm using this "hook" and the very short text "+ 1... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6a4c008b39bcd1bc58afc0841bb2d26dc9714455;p=moodle.git changed the style of .unread. I'm using this "hook" and the very short text "+ 1" to signalize about new posts unexcited but as an disquieter. --- diff --git a/theme/orangewhite/styles_layout.css b/theme/orangewhite/styles_layout.css index 3603ad1547..2c6d3e5835 100644 --- a/theme/orangewhite/styles_layout.css +++ b/theme/orangewhite/styles_layout.css @@ -395,7 +395,7 @@ table.formtable td { } .unread { - border-width:1px 0px; + border-width:0px 0px 1px 3px; border-style:solid; }