소스 검색

Fix post info

Philip Cheang 11 년 전
부모
커밋
a54fa920fd
1개의 변경된 파일7개의 추가작업 그리고 2개의 파일을 삭제
  1. 7 2
      themes/pleasant2/assets/css/theme.css

+ 7 - 2
themes/pleasant2/assets/css/theme.css

@@ -181,22 +181,27 @@ footer {
 	border-bottom: 2px solid #534741;
 	padding-bottom: 0;
 }
-.postbox .title small {
+.postbox .title h1 small {
 	float: right;
 	font-size: 50%;
 	font-weight: normal;
-	color: #808080;
 	line-height: 3;
 }
 
+.postbox .title small {
+	opacity: 0.75;
+}
+
 .pager {
 	list-style: none;
 	text-align: center;
 	padding: 0px;
+	font-size: 1.5em;
 }
 
 .pager li > a {
 	display: inline-block;
+	color: #534741;
 }
 
 .pager .previous a {