[gimp-web/header-icons] Changed icon vert align + link text in header
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/header-icons] Changed icon vert align + link text in header
- Date: Mon, 30 Nov 2015 22:33:52 +0000 (UTC)
commit 4ae7c6a09f31d17d205ba5c49fb42326cdc8b522
Author: Pat David <pat patdavid net>
Date: Mon Nov 30 14:46:45 2015 -0600
Changed icon vert align + link text in header
The icons are now aligned text-top to links.
Changed "About GIMP" -> "About"
Changed "Get Involved" -> "Participate"
Changed "Documentation" -> "Docs"
themes/newgimp/static/css/home.css | 1 +
themes/newgimp/templates/base.html | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/themes/newgimp/static/css/home.css b/themes/newgimp/static/css/home.css
index 849cbe7..d3366ba 100644
--- a/themes/newgimp/static/css/home.css
+++ b/themes/newgimp/static/css/home.css
@@ -147,6 +147,7 @@ nav#menu li#gimp-home {
nav#menu .fa {
font-size: 1rem;
vertical-align: middle;
+ vertical-align: text-top;
}
nav#menu li {
diff --git a/themes/newgimp/templates/base.html b/themes/newgimp/templates/base.html
index 50c2f22..e77fdfe 100644
--- a/themes/newgimp/templates/base.html
+++ b/themes/newgimp/templates/base.html
@@ -54,7 +54,7 @@
<li id='gimp-home'><a href="/"><img src='/images/wilbericon.svg' id='menuWilber'
style='width:25px;height:20px;' alt='Tiny Wilber'> GIMP</a></li>
<li><a href="/downloads/"><i class="fa fa-download"></i> Download</a></li>
<li><a href="/news/"><i class="fa fa-newspaper-o"></i> News</a></li>
- <li><a href="/about/"><i class="fa fa-info-circle"></i> About GIMP</a></li>
+ <li><a href="/about/"><i class="fa fa-info-circle"></i> About</a></li>
<li><a href="/docs/"><i class="fa fa-book"></i> Docs</a></li>
<li><a href="/develop/"><i class="fa fa-code"></i> Get Involved</a></li>
<li><a href="/tutorials/"><i class="fa fa-graduation-cap"></i> Tutorials</a></li>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]