aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/ws.css
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2014-08-17 09:23:31 -0700
committerGerald Combs <gerald@wireshark.org>2014-08-23 18:32:51 +0000
commit02c5a12ee41c730211055b3252416e6e8c8f0748 (patch)
tree9658a527e601cc00bb9d3d49c56f1aa77b7b3fb0 /docbook/ws.css
parent6854d8989ebfeef401544130e351552b238ec3f5 (diff)
WSUG: Convert the "User Interface" chapter to AsciiDoc.
Add the "asciidoc.conf" compatibility configuration file from Asciidoctor. Although we don't use Asciidoctor it gives us macros that keep us from losing some useful DocBook elements. Update various CMake files to support multiple AsciiDoc configuration files. Leave most of the content intact for now. Hopefully the other chapters aren't as laden with markup. Change-Id: Id69757342b86abb2b3130cb61e90f5695a26ea8a Reviewed-on: https://code.wireshark.org/review/3680 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'docbook/ws.css')
-rw-r--r--docbook/ws.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/docbook/ws.css b/docbook/ws.css
index 7d55b3ff1e..19a93d248a 100644
--- a/docbook/ws.css
+++ b/docbook/ws.css
@@ -123,6 +123,10 @@ tt.literal, code.literal {
padding: 0.5em 1em;
}
+.guibutton, .guimenu, .guimenuitem {
+ font-weight: bold;
+}
+
div.sidebar {
background: #ffffee;
margin: 1.0em 10% 0.5em 0;