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



commit be5de799f6eaa604b0765fa8435562e43b5f0a27
Author: Tom Tryfonidis <tomtryf gnome org>
Date:   Wed Mar 7 12:02:59 2018 +0200

    Revert "Move property for bulet points to another CSS class"
    
    This reverts commit 4a20156532a18dc636021917ef8d969c89ccb152.

 theme/style.css |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/theme/style.css b/theme/style.css
index 9b05a61..08ab872 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;
-    list-style-position: inside;
+  -moz-column-count: 2;
+  -webkit-column-count: 2;
+  column-count: 2;
 }
 
 .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]