Explorar o código

Explicitly sets list-style none for li items on homepage

Edd Baldry %!s(int64=8) %!d(string=hai) anos
pai
achega
e5ded7b8d3
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      bakerydemo/static/css/main.css

+ 4 - 1
bakerydemo/static/css/main.css

@@ -1020,9 +1020,12 @@ span.outline {
   margin-bottom: 20px;
 }
 
-.homepage .feature-1 .featured-children li {
+.homepage .feature-1 .featured-children li,
+.homepage .feature-2 .featured-children li,
+.homepage .feature-3 .featured-children li {
   border: 1px solid #ccc;
   border-radius: 3px;
+  list-style: none;
   margin-bottom: 10px;
 }