Преглед на файлове

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 {
 hr {
     border-width: 3px;
     border-width: 3px;
 }
 }
-
+ul
+{
+    padding-left: 0px;
+}
 /* site title */
 /* site title */
 .site-name {
 .site-name {
     font-family: 'Monaco', 'Inconsolata', 'Andale Mono', 'Lucida Console', 'Bitstream Vera Sans Mono', 'Courier New', Courier, Monospace;
     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) {
 .article-content ul:not(.related-posts-list):not(.articles-timeline) {
     font-size: inherit;
     font-size: inherit;
     list-style-type: disc;
     list-style-type: disc;
+    padding-left: 40px;
 }
 }
 .article-content ul.related-posts-list {
 .article-content ul.related-posts-list {
     list-style-type: square;
     list-style-type: square;