浏览代码

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 年之前
父节点
当前提交
64d4258408
共有 2 个文件被更改,包括 10 次插入4 次删除
  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 */
 	}
 	*/
 
-}
+}

文件差异内容过多而无法显示
+ 1 - 1
index.html