summaryrefslogtreecommitdiff
path: root/htdocs
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2014-09-09 14:16:10 +0100
committerStephen Finucane <stephen.finucane@intel.com>2015-11-05 03:51:31 +0000
commitea5173d666d5c727a72bf27178e908b1cb6e13a4 (patch)
tree8b90a7ceb2721aeff72da441d5fcf636debf6ee7 /htdocs
parentd5a0fe1d9a66b13df2721afe674e2bca68f8da9b (diff)
downloadpatchwork-ea5173d666d5c727a72bf27178e908b1cb6e13a4.tar
patchwork-ea5173d666d5c727a72bf27178e908b1cb6e13a4.tar.gz
style.css: Move the global <a> styling at the top
Otherwise we can't properly have a generic <a> styling that gets specialized as needed. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Acked-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/css/style.css6
1 files 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;
}