Explorar el Código

Fix error in margin and padding of post heading

Talha Mansoor hace 11 años
padre
commit
a6dfa52dbd
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      static/css/elegant.css

+ 4 - 2
static/css/elegant.css

@@ -436,10 +436,12 @@ article div.article-content ul:not(.articles-timeline) a:hover {
 .page-header {
     border-bottom: 1px solid #8f8686;
     color: #8B0000;
+    margin: 10px 10px 20px;
+    padding: 5px;
+}
+.page-header h1 {
     font-size: 3em;
     font-weight: normal;
-    margin: 20px 0;
-    padding: 5px 5px 15px;
 }
 ul.articles-timeline {
     list-style: none;