[static-web] Fix page info link on wiki.gnome.org



commit fc6f33dbbb3ff1e8c6eb7d03fda5f9df398935d5
Author: Mohammed Sadiq <sadiq sadiqpk org>
Date:   Sun Nov 6 01:57:44 2016 +0200

    Fix page info link on wiki.gnome.org
    
    The footer image is overlapping the user link making it non clickable
    Fixes Bug #765525

 wiki.gnome.org/gnome/css/layout.css |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/wiki.gnome.org/gnome/css/layout.css b/wiki.gnome.org/gnome/css/layout.css
index 09c6ebd..cd3e63e 100644
--- a/wiki.gnome.org/gnome/css/layout.css
+++ b/wiki.gnome.org/gnome/css/layout.css
@@ -225,6 +225,11 @@ p#pageinfo {
        margin: 1em;
 }
 
+p#pageinfo {
+       position: relative;
+    z-index: 999;
+}
+
 div.table-of-contents {
        border: 1px solid #ccc;
        background: #f0f0f0;


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