From: Bryan Petty <bryan@ibaku.net>
Date: Mon, 26 Jan 2009 18:31:09 +0000 (+0000)
Subject: Fixed the margins on the class diagram dropdown image after all images were globally... 
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6c4f88a317d1b7c41d98631187a9f549475c9b79

Fixed the margins on the class diagram dropdown image after all images were globally given a margin if 20px (I wish this could have been done differently, but it doesn't look like there's any better way of making sure the right images in the manual have a reasonable margin).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

diff --git a/docs/doxygen/wxwidgets.css b/docs/doxygen/wxwidgets.css
index 22957b7128..e5e3a538aa 100644
--- a/docs/doxygen/wxwidgets.css
+++ b/docs/doxygen/wxwidgets.css
@@ -413,6 +413,10 @@ IMG.appearance {
 	margin: 20px;
 }
 
+.dynheader IMG {
+    margin: 0px;
+}
+
 TABLE.appearance {
 	width: 100%;
 	text-align: center;