File tree Expand file tree Collapse file tree 2 files changed +18
-9
lines changed Expand file tree Collapse file tree 2 files changed +18
-9
lines changed Original file line number Diff line number Diff line change @@ -1810,12 +1810,14 @@ pre b {
1810
1810
}
1811
1811
1812
1812
# content ul li {
1813
- padding-bottom : 5px ;
1814
- padding-top : 5px ;
1815
- padding-left : 20px ;
1813
+ padding : 5px 0 5px 12px ;
1814
+ margin-left : 8px ;
1816
1815
line-height : 20px ;
1817
- list-style-type : none;
1818
- background : url(../ images/bullet.png) no-repeat 0 10px ;
1816
+ }
1817
+
1818
+ # content ul li ::marker {
1819
+ content : "●" ;
1820
+ color : # ccc ;
1819
1821
}
1820
1822
1821
1823
# content ul .block-grid li {
@@ -2196,12 +2198,18 @@ input[type="submit"].dark:hover {
2196
2198
}
2197
2199
2198
2200
# sidebar li {
2199
- padding : 5px 0 5px 20px ;
2200
- list-style-type : none;
2201
- background : url(../ images/bullet.png) no-repeat 0 12px ;
2201
+ padding : 5px 0 5px 12px ;
2202
+ margin-left : 8px ;
2203
+ /* set explicitly to avoid default of "circle" on sub list */
2204
+ list-style-type : disc;
2202
2205
text-shadow : 0 1px 0 # ffffff ;
2203
2206
}
2204
2207
2208
+ # sidebar li ::marker {
2209
+ color : # ccc ;
2210
+ content : "●" ;
2211
+ }
2212
+
2205
2213
# sidebar li a {
2206
2214
color : # 4d4d4d ;
2207
2215
text-decoration : none;
@@ -2965,7 +2973,8 @@ footer .books li a cite {
2965
2973
margin : 15px auto;
2966
2974
}
2967
2975
2968
- nav # main ul li , nav # main ul li a {
2976
+ nav # main ul li ,
2977
+ nav # main ul li a {
2969
2978
float : none;
2970
2979
padding : 6px 0 6px 8px ;
2971
2980
}
You can’t perform that action at this time.
0 commit comments