Просмотр исходного кода

Fix Origine

- Fix font-size of main content titles (h1.title)
- Remove margin of blockquotes
Marien Fressinaud 12 лет назад
Родитель
Сommit
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;