[gimp-web/header-icons] Moved styling to gimp.css for all pages



commit 01b38e39b21342006605ad55375ad31ded6ed04d
Author: Pat David <pat patdavid net>
Date:   Mon Nov 30 16:41:38 2015 -0600

    Moved styling to gimp.css for all pages

 themes/newgimp/static/css/gimp.css |    7 +++++++
 themes/newgimp/static/css/home.css |    5 -----
 themes/newgimp/templates/base.html |    2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/themes/newgimp/static/css/gimp.css b/themes/newgimp/static/css/gimp.css
index 1575317..45cbadf 100644
--- a/themes/newgimp/static/css/gimp.css
+++ b/themes/newgimp/static/css/gimp.css
@@ -204,6 +204,12 @@ nav#menu ul > li a{
     color: #ecf0f1;
 }
 
+nav#menu .fa {
+    font-size: 1rem;
+    vertical-align: middle;
+    vertical-align: text-top;
+}
+
 header a {
     color: #497bad;
 }
@@ -525,6 +531,7 @@ footer .nav-bottom a {
         bottom: -2px;
     }
 
+
     #pushPage .container.title {
         padding-top: 60px;
     }
diff --git a/themes/newgimp/static/css/home.css b/themes/newgimp/static/css/home.css
index d3366ba..db0fad2 100644
--- a/themes/newgimp/static/css/home.css
+++ b/themes/newgimp/static/css/home.css
@@ -144,11 +144,6 @@ nav#menu li#gimp-home {
      */
 }
 
-nav#menu .fa {
-    font-size: 1rem;
-    vertical-align: middle;
-    vertical-align: text-top;
-}
 
 nav#menu li {
     white-space: nowrap;
diff --git a/themes/newgimp/templates/base.html b/themes/newgimp/templates/base.html
index e77fdfe..8269fff 100644
--- a/themes/newgimp/templates/base.html
+++ b/themes/newgimp/templates/base.html
@@ -56,7 +56,7 @@
                 <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</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="/develop/"><i class="fa fa-code"></i> Participate</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]