diff options
author | Gerald Combs <gerald@wireshark.org> | 2010-06-13 00:39:06 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2010-06-13 00:39:06 +0000 |
commit | 2827d00f2ae175e5e6dab86401a20ba85883e97a (patch) | |
tree | 45b4edc0e51f25d5c4d211f0b5b143ae99e1e21d /docbook/ws.css | |
parent | 0eddecc24828ea8c57275938834ec6226b5fd9d3 (diff) | |
download | wireshark-2827d00f2ae175e5e6dab86401a20ba85883e97a.tar.gz wireshark-2827d00f2ae175e5e6dab86401a20ba85883e97a.tar.bz2 wireshark-2827d00f2ae175e5e6dab86401a20ba85883e97a.zip |
Remove the header letter spacing. It make the Lua reference hard to read.
svn path=/trunk/; revision=33211
Diffstat (limited to 'docbook/ws.css')
-rw-r--r-- | docbook/ws.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docbook/ws.css b/docbook/ws.css index 9c4b519ba7..3631c80a2c 100644 --- a/docbook/ws.css +++ b/docbook/ws.css @@ -52,11 +52,6 @@ body h3 { font-size: 1.1em; } -body h1, body h3, body h3, body h4, body h5, body h6 { - letter-spacing: 0.2em; - border-bottom: 1px solid silver; -} - body hr { border: none; /* Broken on IE6 */ } |