Move and fix the rest of a:anchor. Thanks draco.
Thomas Sjögren

Thomas Sjögren commited on 2005-06-08 04:27:01
Zeige 1 geänderte Dateien mit 22 Einfügungen und 14 Löschungen.

... ...
@@ -90,20 +90,6 @@ a.current {
90 90
     font-size: 11px;
91 91
 }
92 92
 
93
-a.anchor:link {
94
-    font-size: 12pt;
95
-    color: black;
96
-    font-weight: bold;
97
-    text-decoration: none;
98
-}
99
-
100
-a.anchor {
101
-    font-size: 12pt;
102
-    color: black;
103
-    font-weight: bold;
104
-    text-decoration: none;
105
-}
106
-
107 93
 /* The main column (left text) */
108 94
 
109 95
 div.main-column {
... ...
@@ -142,6 +128,28 @@ a:visited {
142 128
     font-size: 10pt;
143 129
 }
144 130
 
131
+
132
+a.anchor:link {
133
+    font-size: 12pt;
134
+    color: black;
135
+    font-weight: bold;
136
+    text-decoration: none;
137
+}
138
+
139
+a.anchor:visited {
140
+    font-size: 12pt;
141
+    color: black;
142
+    font-weight: bold;
143
+    text-decoration: none;
144
+}
145
+
146
+a.anchor {
147
+    font-size: 12pt;
148
+    color: black;
149
+    font-weight: bold;
150
+    text-decoration: none;
151
+}
152
+
145 153
 td {
146 154
     vertical-align: top;
147 155
 }
148 156