Browse Source

解决css样式冲突

Moell 9 years ago
parent
commit
66eec7b135
1 changed files with 1 additions and 3 deletions
  1. 1 3
      public/default/css/index.css

+ 1 - 3
public/default/css/index.css

@@ -1,6 +1,3 @@
-ol, ul {
-    list-style: none;
-}
 #moell-header {
     position: absolute;
     z-index: 99;
@@ -232,6 +229,7 @@ ol, ul {
 }
 .article-list {
     padding-left: 0px;
+    list-style: none;
 }
 .article-list-item {
     border-bottom: 1px solid #ddd;