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

Passage à une colonne plus petite pour les articles pour améliorer la lecture (rendre ça optionnel ?)

Marien Fressinaud 13 лет назад
Родитель
Сommit
0df314fcb4
1 измененных файлов с 3 добавлено и 5 удалено
  1. 3 5
      public/theme/base.css

+ 3 - 5
public/theme/base.css

@@ -394,7 +394,6 @@ input {
 	}
 
 .flux {
-	font-family: Palatino, "Times New Roman", serif;
 	border-left: 10px solid #aaa;
 	background: #fafafa;
 }
@@ -402,7 +401,9 @@ input {
 		background: #fff;
 	}
 	.flux .content {
-		padding: 20px 100px;
+		max-width: 550px;
+		margin: 0 auto;
+		padding: 10px;
 		line-height: 170%;
 	}
 		.flux .content h1, .flux .content h2, .flux .content h3 {
@@ -609,9 +610,6 @@ input {
 	.flux_header .item.website {
 		width: 20px;
 	}
-	.flux .content {
-		padding: 10px;
-	}
 	.pagination .pager-previous, .pagination .pager-next {
 		width: 100px;
 	}