Просмотр исходного кода

Merge pull request #127 from wagtail/126-list-regression

List regression on homepage
Scot Hacker 8 лет назад
Родитель
Сommit
6f03170d8d
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      bakerydemo/static/css/main.css

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

@@ -909,9 +909,12 @@ span.outline {
   margin-top: 0;
   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;
 }
 .homepage .feature-1 .featured-children li figure {