[static-web] Fix page info link on wiki.gnome.org
- From: Tom Tryfonidis <tomtryf src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [static-web] Fix page info link on wiki.gnome.org
- Date: Sun, 6 Nov 2016 00:05:23 +0000 (UTC)
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]