[gimp-web/testing] Minor typo + css for ordered lists fixed



commit 92f2b42017a243018822128fee1bf8989d898c4b
Author: Pat David <patdavid gmail com>
Date:   Thu Jan 14 09:08:52 2016 -0600

    Minor typo + css for ordered lists fixed

 content/news/2016-01-12 LGM/index.md  |    2 +-
 themes/newgimp/static/css/article.css |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/content/news/2016-01-12 LGM/index.md b/content/news/2016-01-12 LGM/index.md
index bc4bc06..6d6f4c8 100644
--- a/content/news/2016-01-12 LGM/index.md      
+++ b/content/news/2016-01-12 LGM/index.md      
@@ -1,7 +1,7 @@
 Title: Libre Graphics Meeting 2016 
 Date: 2016-01-12
 Category: News
-Author: Pat David
+Authors: Pat David, Alexandre Prokoudine
 Summary: Join us April 15-18 at the 11th annual Libre Graphics Meeting being hosted by Westminster School of 
Media Arts and Design in London, UK! Come and meet developers of free graphics software, lead or participate 
in a workshop, or collaborate with other visual artists who choose to work in free software.
 Status: draft
 
diff --git a/themes/newgimp/static/css/article.css b/themes/newgimp/static/css/article.css
index 1c252f4..3eaa33f 100644
--- a/themes/newgimp/static/css/article.css
+++ b/themes/newgimp/static/css/article.css
@@ -10,7 +10,8 @@
     color: #555;
 }
 
-.entry-content ul {
+.entry-content ul,
+.entry-content ol {
     max-width: 33rem;
     margin: 1rem auto;
     display: block;


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