SF.net SVN: postfixadmin: [249] trunk/stylesheet.css
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2007-11-27 23:24:32
|
Revision: 249 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=249&view=rev Author: christian_boltz Date: 2007-11-27 15:24:37 -0800 (Tue, 27 Nov 2007) Log Message: ----------- stylesheet.css: - fixed some syntax errors Thanks to Jan ?\195?\150rnstedt (ornstedt) for the patch https://sourceforge.net/tracker/index.php?func=detail&aid=1839084&group_id=191583&atid=937964 Modified Paths: -------------- trunk/stylesheet.css Modified: trunk/stylesheet.css =================================================================== --- trunk/stylesheet.css 2007-11-27 22:20:13 UTC (rev 248) +++ trunk/stylesheet.css 2007-11-27 23:24:37 UTC (rev 249) @@ -1,7 +1,7 @@ body { background: #ffffff; color: #000000; - font-family: BitStream Vera Sans, Verdana, Arial, Helvetica, sans-serif; + font-family: "BitStream Vera Sans", Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-align: center; @@ -22,9 +22,9 @@ } table { - // border-spacing: 0; - // padding: 0; - border-collapse: collapse; //for IE + /* border-spacing: 0; */ + /* padding: 0; */ + border-collapse: collapse; /* for IE */ } .button { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |