소스 검색

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