[library-web] conceal consecutive line breaks



commit 21bd9af2cd1aee0a83db956009ecb3d90fa6c413
Author: Frédéric Péters <fpeters 0d be>
Date:   Sun Jan 26 22:17:32 2014 +0000

    conceal consecutive line breaks
    
    https://bugzilla.gnome.org/show_bug.cgi?id=644666

 data/skin/lgo2010.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/skin/lgo2010.css b/data/skin/lgo2010.css
index ce5e9fd..edde3aa 100644
--- a/data/skin/lgo2010.css
+++ b/data/skin/lgo2010.css
@@ -453,3 +453,7 @@ table tbody tr td p
 {
        margin: 0.5ex 1em 0.5ex 0;
 }
+
+br + br {
+       display: none;
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]