anchor flat added
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sat, 23 May 2009 09:41:32 +0000 (09:41 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sat, 23 May 2009 09:41:32 +0000 (09:41 +0000)
web/room.css

index ae57e9b..e2c0d0b 100644 (file)
  *
  */
 
+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;