[gnome-web-www] Move property for bullet points to a new CSS class



commit 380f3b30516d4806475b4ec462726accbedd9a37
Author: Tom Tryfonidis <tomtryf gnome org>
Date:   Wed Mar 7 12:11:45 2018 +0200

    Move property for bullet points to a new CSS class

 theme/style.css |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/theme/style.css b/theme/style.css
index 08ab872..9cacaeb 100644
--- a/theme/style.css
+++ b/theme/style.css
@@ -385,10 +385,13 @@ input[type=number]::-webkit-outer-spin-button {
   column-count: 2;
 }
 
+.foundation_members_list {
+    list-style-position: inside;
+}
+
 .foundation_members_list li a {
     text-decoration: none;
     color: #555;
-    list-style-position: inside;
 }
 
 


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