Переглянути джерело

Remove padding from ul that are not part of article-content

Talha Mansoor 10 роки тому
батько
коміт
1fdd358593
1 змінених файлів з 5 додано та 1 видалено
  1. 5 1
      static/css/elegant.css

+ 5 - 1
static/css/elegant.css

@@ -23,7 +23,10 @@ a {
 hr {
     border-width: 3px;
 }
-
+ul
+{
+    padding-left: 0px;
+}
 /* site title */
 .site-name {
     font-family: 'Monaco', 'Inconsolata', 'Andale Mono', 'Lucida Console', 'Bitstream Vera Sans Mono', 'Courier New', Courier, Monospace;
@@ -224,6 +227,7 @@ article div.article-content ul:not(.articles-timeline) a:hover {
 .article-content ul:not(.related-posts-list):not(.articles-timeline) {
     font-size: inherit;
     list-style-type: disc;
+    padding-left: 40px;
 }
 .article-content ul.related-posts-list {
     list-style-type: square;