summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorArnaud Rebillout <elboulangero@gmail.com>2017-12-07 19:27:46 +0700
committerStefan Sauer <ensonic@users.sf.net>2017-12-18 16:05:33 +0100
commit06baafc09e244a7f3e5e8f9849e83c5d6c6783d4 (patch)
treebbbf96f0a941e84bafa8e598e4a642af0ffc6813 /style
parent023792b001890a1eb7e71c16029acf7b63c7b285 (diff)
downloadgtk-doc-06baafc09e244a7f3e5e8f9849e83c5d6c6783d4.tar.gz
style: add span.nowrap for text that should never wrap
And here's an example of how to use that from a Docbook xml file: <phrase role="nowrap">dont-break-me never ever</phrase> Fixes #783368. Signed-off-by: Arnaud Rebillout <elboulangero@gmail.com>
Diffstat (limited to 'style')
-rw-r--r--style/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style/style.css b/style/style.css
index 3675420..4be4ede 100644
--- a/style/style.css
+++ b/style/style.css
@@ -30,6 +30,10 @@ body
vertical-align: top;
}
+span.nowrap {
+ white-space: nowrap;
+}
+
div.gallery-float
{
float: left;