anchor flat added
[brisk.git] / web / room.css
index 073ab99..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;
@@ -211,6 +232,7 @@ table.login {
     margin: auto;
     border: 1px solid gray;
     margin-top: 8px;
+    background-color: #f0f0f0
  }
 
 table.login td {