[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r3409: Patch from opello to fix the background on the source browse (website/branches/z3d/trac)
Author: edmanm
Date: 2009-01-02 18:37:49 -0500 (Fri, 02 Jan 2009)
New Revision: 3409
Modified:
website/branches/z3d/trac/browser.css
Log:
Patch from opello to fix the background on the source browser.
Modified: website/branches/z3d/trac/browser.css
===================================================================
--- website/branches/z3d/trac/browser.css 2009-01-02 21:23:23 UTC (rev 3408)
+++ website/branches/z3d/trac/browser.css 2009-01-02 23:37:49 UTC (rev 3409)
@@ -191,7 +191,7 @@
#info .props li { padding: 0; overflow: auto; }
/* Styles for the HTML preview */
-#preview { background: #fff; clear: both; margin: 0 }
+#preview { background: transparent; clear: both; margin: 0 }
#preview .code-block { border-top: 1px solid #999; margin: 0 }
#preview .image-file { overflow: hidden }
#preview .image-file img { max-width: 100% }