[gnome-web-www] Move property for bulet points to another CSS class



commit 4a20156532a18dc636021917ef8d969c89ccb152
Author: Tom Tryfonidis <tomtryf gnome org>
Date:   Tue Mar 6 22:14:35 2018 +0200

    Move property for bulet points to another CSS class

 theme/style.css |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/theme/style.css b/theme/style.css
index 08ab872..9b05a61 100644
--- a/theme/style.css
+++ b/theme/style.css
@@ -380,15 +380,15 @@ input[type=number]::-webkit-outer-spin-button {
 }
 
 .foundation_board {
-  -moz-column-count: 2;
-  -webkit-column-count: 2;
-  column-count: 2;
+    -moz-column-count: 2;
+    -webkit-column-count: 2;
+    column-count: 2;
+    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]