You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2008/03/06 17:07:40 UTC

svn commit: r634325 - /lenya/sandbox/modules/docustyle/resources/css/page.css

Author: andreas
Date: Thu Mar  6 08:07:39 2008
New Revision: 634325

URL: http://svn.apache.org/viewvc?rev=634325&view=rev
Log:
Moving margin from div to img, might fix IE problem.

Modified:
    lenya/sandbox/modules/docustyle/resources/css/page.css

Modified: lenya/sandbox/modules/docustyle/resources/css/page.css
URL: http://svn.apache.org/viewvc/lenya/sandbox/modules/docustyle/resources/css/page.css?rev=634325&r1=634324&r2=634325&view=diff
==============================================================================
--- lenya/sandbox/modules/docustyle/resources/css/page.css (original)
+++ lenya/sandbox/modules/docustyle/resources/css/page.css Thu Mar  6 08:07:39 2008
@@ -33,11 +33,12 @@
 }
 
 #projectLogo {
-  padding: 2em 0 .5em 250px;
+  padding: 2em 0 0 250px;
 }
 
 #projectLogo img {
   border: none;
+  margin-bottom: .5em;
 }
 
 #projectLogo, #tagline {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org