From 23600792292b1d30e5d5accc5e34ddf5b0d5a483 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sat, 23 May 2009 16:17:03 +0000 Subject: [PATCH] anchor default class added --- web/briskmeeting.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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; */ +} + + -- 2.17.1