Explorar el Código

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

Talha Mansoor hace 10 años
padre
commit
1fdd358593
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  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;