[PATCH 07/46] style.css: Move the global <a> styling at the top
Damien Lespiau
damien.lespiau at intel.com
Sun Nov 9 06:08:25 AEDT 2014
Otherwise we can't properly have a generic <a> styling that gets
specialized as needed.
Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
htdocs/css/style.css | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/htdocs/css/style.css b/htdocs/css/style.css
index e4dce52..1d7f458 100644
--- a/htdocs/css/style.css
+++ b/htdocs/css/style.css
@@ -1,3 +1,6 @@
+a:visited { color: #000000; }
+a { color: #786fb4; }
+
.floaty {
position: fixed;
left: 0.1em;
@@ -65,9 +68,6 @@ form {
margin: 0em;
}
-a:visited { color: #000000; }
-a { color: #786fb4; }
-
table {
border-collapse: collapse;
}
--
1.8.3.1
More information about the Patchwork
mailing list