From: Matteo Nastasi (mop) Date: Sat, 23 May 2009 09:41:32 +0000 (+0000) Subject: anchor flat added X-Git-Tag: 3.0.0~115 X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=fab43428bee37a9a8f1a2955d27a5da38f3b02ed;p=brisk.git anchor flat added --- diff --git a/web/room.css b/web/room.css index ae57e9b..e2c0d0b 100644 --- a/web/room.css +++ b/web/room.css @@ -23,6 +23,27 @@ * */ +a.flat:link { + color: RGB(255, 174,0); + line-height: 20px; + text-decoration: none; +} + +a.flat:visited { + color: RGB(255, 174,0); + line-height: 20px; + text-decoration: none; +} + +a.flat:hover { + color: RGB(255, 174,0); + line-height: 20px; + font-weight: bold; + text-decoration: none; +} + + + body.* { margin:0px; padding: 0px;