소스 검색

Fix Origine

- Fix font-size of main content titles (h1.title)
- Remove margin of blockquotes
Marien Fressinaud 12 년 전
부모
커밋
b8e4ed0d5d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      p/themes/Origine/origine.css

+ 2 - 1
p/themes/Origine/origine.css

@@ -680,7 +680,7 @@ a.btn {
 	font-size: 0.8rem;
 	cursor: pointer;
 }
-.flux .title {
+.flux_header .title {
 	font-size: 0.9rem;
 }
 .flux .website .favicon {
@@ -739,6 +739,7 @@ a.btn {
 
 .content blockquote {
 	display: block;
+	margin: 0;
 	padding: 5px 20px;
 	border-top: 1px solid #ddd;
 	border-bottom: 1px solid #ddd;