[PATCH 06/51] style.css: Move the global <a> styling at the top
Damien Lespiau
damien.lespiau at intel.com
Tue Aug 25 04:22:55 AEST 2015
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 c166374..b66acc8 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;
}
--
2.1.0
More information about the Patchwork
mailing list