aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/ws.css
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-06-12 15:37:04 +0000
committerGerald Combs <gerald@wireshark.org>2013-06-12 15:37:04 +0000
commitaa9080b7353972518968ead12ba9c9459bfa2350 (patch)
tree91c399ff88f9d982da8370ee5c745ccb72a7abdf /docbook/ws.css
parent7e9d283c153df769432c49ebe2872c8b554ad469 (diff)
Update the table style. Minor text fixes.
svn path=/trunk/; revision=49907
Diffstat (limited to 'docbook/ws.css')
-rw-r--r--docbook/ws.css28
1 files changed, 24 insertions, 4 deletions
diff --git a/docbook/ws.css b/docbook/ws.css
index b97fdc8c15..c3601e0f5f 100644
--- a/docbook/ws.css
+++ b/docbook/ws.css
@@ -107,7 +107,7 @@ body pre {
color: 333;
}
-pre, tt, code {
+pre, tt, code, .command {
font-family: Menlo, Consolas, "Bitstream Vera Sans Mono", "Liberation Mono", monospace;
font-size: 0.9em;
}
@@ -219,6 +219,7 @@ div.informaltable table
margin-left: 0;
margin-right: 5%;
margin-bottom: 0.8em;
+ border-collapse: collapse;
}
div.informaltable table
{
@@ -231,9 +232,8 @@ div.informaltable thead,
div.informaltable tfoot,
div.informaltable tbody
{
- /* No effect in IE6. */
- border-top: 2px solid #527bbd;
- border-bottom: 2px solid #527bbd;
+ border-top: 2px solid #004698;
+ border-bottom: 2px solid #004698;
}
div.table thead, div.table tfoot,
div.informaltable thead, div.informaltable tfoot
@@ -241,6 +241,26 @@ div.informaltable thead, div.informaltable tfoot
font-weight: bold;
}
+th {
+ text-align: left;
+}
+
+div.table thead > tr > th,
+div.table tbody > tr > th,
+div.table thead > tr > td,
+div.table tbody > tr > td,
+div.informaltable thead > tr > th,
+div.informaltable tbody > tr > th,
+div.informaltable thead > tr > td,
+div.informaltable tbody > tr > td {
+ padding: 0.4em;
+ vertical-align: top;
+}
+
+div.table thead > tr > th, div.informaltable thead > tr > th {
+ vertical-align: bottom;
+}
+
div.mediaobject img {
border: 1px solid silver;
margin-bottom: 0.8em;