Browse Source

CSS layout set for the main article

I have experimented with different settings and have decided to
use the settings added in this commit onwards for the main article/post.
Muhammad Talha Mansoor 12 years ago
parent
commit
64d4258408
2 changed files with 10 additions and 4 deletions
  1. 9 3
      css/custom.css
  2. 1 1
      index.html

+ 9 - 3
css/custom.css

@@ -11,8 +11,14 @@ text-align: center;
 color: white;
 }
 
-
-
+.post
+{
+font-family: Georgia, "DejaVu Serif", Times, "Times New Roman", serif;
+font-size: 1.0em;
+line-height: 1.5em;
+color: #111;
+text-align: justify;
+}
 
 /*
 _______________________________
@@ -40,4 +46,4 @@ Provide higher res assets for iPhone 4 - preset code from cssgrid.net */
 	}
 	*/
 
-}
+}

File diff suppressed because it is too large
+ 1 - 1
index.html