summaryrefslogtreecommitdiffstats
path: root/src/doxygen.css
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2009-08-14 14:49:07 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2009-08-14 14:49:07 (GMT)
commit8c6ca30831818a77a6947baad63ab99cb8cd8c31 (patch)
treefed426d0d7216311cbd009a1fcd2786176478b5e /src/doxygen.css
parent142b4807d2ae7479691bd0800d28364b9857b82f (diff)
downloadDoxygen-8c6ca30831818a77a6947baad63ab99cb8cd8c31.zip
Doxygen-8c6ca30831818a77a6947baad63ab99cb8cd8c31.tar.gz
Doxygen-8c6ca30831818a77a6947baad63ab99cb8cd8c31.tar.bz2
Release-1.5.9-20090814
Diffstat (limited to 'src/doxygen.css')
-rw-r--r--src/doxygen.css15
1 files changed, 11 insertions, 4 deletions
diff --git a/src/doxygen.css b/src/doxygen.css
index b5debd1..9ca3caf 100644
--- a/src/doxygen.css
+++ b/src/doxygen.css
@@ -32,7 +32,7 @@ div.multicol {
}
p.startli, p.startdd {
- margin-top: 0px;
+ margin-top: 2px;
}
p.endli {
@@ -191,12 +191,19 @@ img.formulaInl {
vertical-align: middle;
}
-img.center {
- border: 0;
+div.center {
+ text-align: center;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ padding: 0px;
+}
+
+div.center img {
+ border: 0px;
}
img.footer {
- border: 0;
+ border: 0px;
vertical-align: middle;
}