[gimp-web/gimp-web-static] Used fixed-width fa icons in footer to line up nav better
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/gimp-web-static] Used fixed-width fa icons in footer to line up nav better
- Date: Sun, 23 Aug 2015 14:16:37 +0000 (UTC)
commit 209396208a8b61e4b0105b4cb331d09e67ccb838
Author: Pat David <pat patdavid net>
Date: Sun Aug 23 09:16:30 2015 -0500
Used fixed-width fa icons in footer to line up nav better
themes/newgimp/static/css/gimp.css | 4 ++--
themes/newgimp/templates/base.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/themes/newgimp/static/css/gimp.css b/themes/newgimp/static/css/gimp.css
index 27a55b6..f1bddc3 100644
--- a/themes/newgimp/static/css/gimp.css
+++ b/themes/newgimp/static/css/gimp.css
@@ -246,11 +246,11 @@ footer .nav-bottom a {
}
#nav-btm-downloads {
- margin-left: -1.2rem;
+ margin-left: -1.5rem;
}
#nav-btm-news {
- margin-left: -1.4rem;
+ margin-left: -1.5rem;
}
@media ( max-width: 40rem ){
diff --git a/themes/newgimp/templates/base.html b/themes/newgimp/templates/base.html
index 7afc99d..ad070e7 100644
--- a/themes/newgimp/templates/base.html
+++ b/themes/newgimp/templates/base.html
@@ -120,8 +120,8 @@
<div class="column third">
<ul class="nav-bottom">
<li id='nav-btm-gimp-home'><a href="/"><img src='/images/wilber-tiny.png'>
GIMP</a></li>
- <li id="nav-btm-downloads"><a href="/downloads/"><i class="fa fa-download"></i>
Download</a></li>
- <li id="nav-btm-news"><a href="/news/"><i class="fa fa-newspaper-o"></i>
News</a></li>
+ <li id="nav-btm-downloads"><a href="/downloads/"><i class="fa fa-download
fa-fw"></i> Download</a></li>
+ <li id="nav-btm-news"><a href="/news/"><i class="fa fa-newspaper-o fa-fw"></i>
News</a></li>
{% for title, link in MENUITEMS %}
<li><a href="{{ link }}">{{ title }}</a></li>
{% endfor %}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]