[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] Move and fix the rest of a:anchor. Thanks draco.



Update of /home2/or/cvsroot/website
In directory moria:/tmp/cvs-serv26974

Modified Files:
	stylesheet.css 
Log Message:
Move and fix the rest of a:anchor. Thanks draco.


Index: stylesheet.css
===================================================================
RCS file: /home2/or/cvsroot/website/stylesheet.css,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- stylesheet.css	8 Jun 2005 02:17:45 -0000	1.15
+++ stylesheet.css	8 Jun 2005 02:27:01 -0000	1.16
@@ -90,20 +90,6 @@
     font-size: 11px;
 }
 
-a.anchor:link {
-    font-size: 12pt;
-    color: black;
-    font-weight: bold;
-    text-decoration: none;
-}
-
-a.anchor {
-    font-size: 12pt;
-    color: black;
-    font-weight: bold;
-    text-decoration: none;
-}
-
 /* The main column (left text) */
 
 div.main-column {
@@ -142,6 +128,28 @@
     font-size: 10pt;
 }
 
+
+a.anchor:link {
+    font-size: 12pt;
+    color: black;
+    font-weight: bold;
+    text-decoration: none;
+}
+
+a.anchor:visited {
+    font-size: 12pt;
+    color: black;
+    font-weight: bold;
+    text-decoration: none;
+}
+
+a.anchor {
+    font-size: 12pt;
+    color: black;
+    font-weight: bold;
+    text-decoration: none;
+}
+
 td {
     vertical-align: top;
 }