[gimp-web/gimp-web-static] Fixing nav element spacing issues on pages other than front
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/gimp-web-static] Fixing nav element spacing issues on pages other than front
- Date: Tue, 22 Sep 2015 16:42:42 +0000 (UTC)
commit 23621ba25d20038cbaa46fe585be94b09724a77a
Author: Pat David <patdavid gmail com>
Date: Tue Sep 22 11:42:31 2015 -0500
Fixing nav element spacing issues on pages other than front
themes/newgimp/static/css/gimp.css | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/themes/newgimp/static/css/gimp.css b/themes/newgimp/static/css/gimp.css
index e5548a8..1989e7c 100644
--- a/themes/newgimp/static/css/gimp.css
+++ b/themes/newgimp/static/css/gimp.css
@@ -376,6 +376,7 @@ footer .nav-bottom a {
}
a#navel {
+ top: 0;
font-size: 2rem;
color: gray;
display: block;
@@ -388,13 +389,16 @@ footer .nav-bottom a {
1px -1px black,
-1px -1px black,
-1px 1px black;
+
}
a#navel.bottom {
+ top: initial;
bottom: 0;
}
a#navel.initial {
+ top: 0;
bottom: initial;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]