[gimp-web/gimp-web-static] Added slight inset box shadow to component section to distinguish



commit 156347d6416e7a6985a57563301338faaa82a10b
Author: Pat David <patdavid gmail com>
Date:   Tue Sep 1 13:45:49 2015 -0500

    Added slight inset box shadow to component section to distinguish

 themes/newgimp/static/css/gimp.css |    4 ++--
 themes/newgimp/static/css/home.css |    4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/themes/newgimp/static/css/gimp.css b/themes/newgimp/static/css/gimp.css
index 7cfc052..503bc71 100644
--- a/themes/newgimp/static/css/gimp.css
+++ b/themes/newgimp/static/css/gimp.css
@@ -111,7 +111,7 @@ nav#menu {
     font-size: 1rem;
     font-size: 0.85rem;
     padding: 0.2rem 0.5rem;
-    font-family: "Josefin Sans", Lato, sans-serif;
+    font-family: "Josefin Sans", Lato, "Open Sans", sans-serif;
 }
 
 nav#menu ul, nav#menu ul li {
@@ -238,7 +238,7 @@ footer .nav-bottom a {
     font-family: Lato;
     text-transform: uppercase;
     color: whitesmoke;
-    font-family: "Josefin Sans", Lato, sans-serif;
+    font-family: "Josefin Sans", Lato, "Open Sans", sans-serif;
 }
 
 .nav-bottom {
diff --git a/themes/newgimp/static/css/home.css b/themes/newgimp/static/css/home.css
index aea5fd4..351f380 100644
--- a/themes/newgimp/static/css/home.css
+++ b/themes/newgimp/static/css/home.css
@@ -203,6 +203,10 @@ nav#menu li#gimp-home {
     height: 250px;
 }
 
+#component {
+    box-shadow: inset 0 12px 12px -12px #ddd;
+}
+
 #component img {
     width: 200px;
     margin:0 auto;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]