SF.net SVN: postfixadmin:[1164] trunk
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2011-08-05 20:28:12
|
Revision: 1164 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=1164&view=rev Author: christian_boltz Date: 2011-08-05 20:28:06 +0000 (Fri, 05 Aug 2011) Log Message: ----------- css/default.css: - removed superfluous white background in some elements (body already has white background) images/mail_bg.gif: - made background transparent instead of white Modified Paths: -------------- trunk/css/default.css trunk/images/mail_bg.gif Modified: trunk/css/default.css =================================================================== --- trunk/css/default.css 2011-08-05 20:01:35 UTC (rev 1163) +++ trunk/css/default.css 2011-08-05 20:28:06 UTC (rev 1164) @@ -108,13 +108,12 @@ #login { width: 990px; margin: 0 auto; - background:#fff url(../images/mail_bg.gif) right 50% no-repeat; + background: url(../images/mail_bg.gif) right 50% no-repeat; } #login_table { border-left: none; border-right: 1px solid #999; - background: #fff; width: 400px; margin: 0 0 0 200px; border-collapse: separate; @@ -286,7 +285,6 @@ text-align: center; padding:7px 0; margin: 0 0 14px 0; - background: #fff; border-bottom: 1px solid #bbb; color: #555555; } Modified: trunk/images/mail_bg.gif =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |