aboutsummaryrefslogtreecommitdiff
path: root/html/haddock.css
diff options
context:
space:
mode:
authorsimonmar <unknown>2005-03-01 17:16:42 +0000
committersimonmar <unknown>2005-03-01 17:16:42 +0000
commit905d42f7feeec414dd6dae323c1a0feea6ce2651 (patch)
tree9f095de813d721fa3a0c5e97e92230088d4a1433 /html/haddock.css
parenta95fd63f4dad4eaf5fc256209fe1d5daf23e8e16 (diff)
[haddock @ 2005-03-01 17:16:40 by simonmar]
Another attempt at lining up the package names on the contents page. Now, they line up with Konqueror, and almost line up with Firefox & IE (different layout in each case).
Diffstat (limited to 'html/haddock.css')
-rw-r--r--html/haddock.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/html/haddock.css b/html/haddock.css
index db10f460..37b17f2f 100644
--- a/html/haddock.css
+++ b/html/haddock.css
@@ -16,6 +16,10 @@ TABLE.vanilla {
/* I can't seem to specify cellspacing or cellpadding properly using CSS... */
}
+TABLE.vanilla2 {
+ border-width: 0px;
+}
+
/* <TT> font is a little too small in MSIE */
TT { font-size: 100%; }
PRE { font-size: 100%; }