Quellcode durchsuchen

:art: a little adjustment of footer ul rules for alej

tags/0.9.0
J vor 5 Jahren
Ursprung
Commit
5ff1333674
1 geänderte Dateien mit 7 neuen und 1 gelöschten Zeilen
  1. 7
    1
      vue-theme/src/components/footer.vue

+ 7
- 1
vue-theme/src/components/footer.vue Datei anzeigen

@@ -101,15 +101,21 @@
101 101
         width: $max-width
102 102
         background-color: $cia_red
103 103
         padding: 2em 2em 3em // top leftright bottom
104
+        
105
+        // ALL <ul> tags
106
+        ul
107
+            list-style: none
108
+
109
+        // OUTER <ul> tags
104 110
         > ul
105 111
             margin: 0 0 1em 
106 112
             > li
107
-                list-style: none
108 113
                 padding: 0 0.5em 0
109 114
                 h5
110 115
                     color: $cia_white
111 116
                 a
112 117
                     color: $cia_white
118
+                    
113 119
     .sub-footer
114 120
         width: $max-width
115 121
         background-color: $cia_black

Laden…
Abbrechen
Speichern