[static-web] Fix the wiki author name to be the same link color as other links



commit 3183f4304e2ebabf812725820f8b0bff61fd4834
Author: Andreas Nilsson <anilsson redhat com>
Date:   Thu May 18 12:49:05 2017 +0200

    Fix the wiki author name to be the same link color as other links
    
    Signed-off-by: Tom Tryfonidis <tomtryf gnome org>

 wiki.gnome.org/gnome-responsive/css/style.css |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/wiki.gnome.org/gnome-responsive/css/style.css b/wiki.gnome.org/gnome-responsive/css/style.css
index 4c609b6..7048a45 100644
--- a/wiki.gnome.org/gnome-responsive/css/style.css
+++ b/wiki.gnome.org/gnome-responsive/css/style.css
@@ -21,7 +21,8 @@ body {
     color: black;
 }
 
-div#content a {
+div#content a,
+p#pageinfo a {
     color: #3465a4;
     border-bottom: 1px dotted #888;
     text-decoration: none;


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