Browse Source

Conform to coding style

Talha Mansoor 11 years ago
parent
commit
6594ca9ea2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      static/css/elegant.css

+ 2 - 2
static/css/elegant.css

@@ -552,7 +552,7 @@ div.blog-archives article {
 }
 div.blog-archives h1 {
     font-size: 2em;
-    margin-bottom: 0px;
+    margin-bottom: 0;
 }
 div.blog-archives h1 a {
     color: black;
@@ -565,7 +565,7 @@ div.blog-archives time {
     float: right;
     font-family: 'PT Sans', 'Helvetica Neue', Arial, Sans-Serif;
     font-size: .9em;
-    left: 0em;
+    left: 0;
     line-height: 1.2em;
     position: absolute;
     text-align: right;