[gimp-web/gimp-web-static] Add 1rem bottom margin to <li> items on pages



commit 7fcb1613b77552e8aa5892bf3ac6242d1aee5cb5
Author: Pat David <patdavid gmail com>
Date:   Wed Aug 5 17:17:33 2015 -0500

    Add 1rem bottom margin to <li> items on pages

 themes/newgimp/static/css/page.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/themes/newgimp/static/css/page.css b/themes/newgimp/static/css/page.css
index baa2e27..16f3ebd 100644
--- a/themes/newgimp/static/css/page.css
+++ b/themes/newgimp/static/css/page.css
@@ -21,6 +21,10 @@
     font-weight: 300;
 }
 
+li {
+    margin-bottom: 1rem;
+}
+
 .page_content p {
     max-width: 34rem;
     margin-bottom: 1rem;


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