From: Matteo Nastasi (mop) Date: Sat, 23 May 2009 16:17:03 +0000 (+0000) Subject: anchor default class added X-Git-Tag: 3.0.0~111 X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=23600792292b1d30e5d5accc5e34ddf5b0d5a483;p=brisk.git anchor default class added --- diff --git a/web/briskmeeting.css b/web/briskmeeting.css index 5afc1e6..5e89a83 100644 --- a/web/briskmeeting.css +++ b/web/briskmeeting.css @@ -67,3 +67,23 @@ table.ricapito th.thnobo border: 0px solid black; } +a:link { + color: RGB(225, 144,0); + line-height: 20px; + /* text-decoration: none; */ +} + +a:visited { + color: RGB(225, 144,0); + line-height: 20px; + /* text-decoration: none; */ +} + +a:hover { + color: RGB(225, 144,0); + line-height: 20px; + /* font-weight: bold; */ + /* text-decoration: none; */ +} + +