소스 검색

List marker should be outside the principal text box

Close #3
Talha Mansoor 11 년 전
부모
커밋
941fffbcd4
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      static/css/style.css

+ 2 - 3
static/css/style.css

@@ -173,23 +173,22 @@ article p a:hover, article ol a:hover {
 .article-content ul {
     list-style-type: circle;
     font-size:1em;
-    list-style-position: inside;
 }
 
 .article-content ol {
     list-style-type: decimal;
     font-size: 1em;
-    list-style-position: inside;
 }
 
 .article-content li {
     margin:1px 0px 1px 20px;
+    list-style-position: outside;
 }
 
 .article-content dl {
     list-style-type: decimal;
     font-size: 1em;
-    list-style-position: inside;
+    list-style-position: outside;
     margin:20px 0px 20px 20px;
 }