Kaynağa Gözat

Style: reduce white space of line breaks in articles

Makes articles a bit more compact.
Plus a generic filter for multiple lines breaks, useful for instance in
LeMonde.fr, which uses <br /><br /><br />
https://github.com/marienfressinaud/FreshRSS/issues/618
Alexandre Alapetite 11 yıl önce
ebeveyn
işleme
0ef1fd6e4d
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6 0
      p/themes/base-theme/template.css

+ 6 - 0
p/themes/base-theme/template.css

@@ -458,6 +458,12 @@ a.btn {
 .content pre {
 	overflow: auto;
 }
+br {
+	line-height: 1em;
+}
+br + br + br {
+	display: none;
+}
 
 /*=== Notification and actualize notification */
 .notification {