[library-web] style: allow commands to wrap on several lines



commit 87b5d7c67092f3dd4e4f5c5e762d5bcc039fad00
Author: Frédéric Péters <fpeters 0d be>
Date:   Sat Sep 6 12:44:54 2014 +0200

    style: allow commands to wrap on several lines
    
    https://bugzilla.gnome.org/show_bug.cgi?id=730321

 data/skin/lgo2010.css |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/data/skin/lgo2010.css b/data/skin/lgo2010.css
index daaf0e7..9d15b08 100644
--- a/data/skin/lgo2010.css
+++ b/data/skin/lgo2010.css
@@ -539,3 +539,8 @@ div#welcome p {
        font-size: 150%;
        width: 65%;
 }
+
+pre.cmdsynopsis {
+       white-space: normal;
+       word-break: keep-all;
+}


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