stylesheet.css:

- fixed some syntax errors
  Thanks to Jan Örnstedt (ornstedt) for the patch
  https://sourceforge.net/tracker/index.php?func=detail&aid=1839084&group_id=191583&atid=937964


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@249 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
Christian Boltz 17 years ago
parent 34f1b2efe5
commit 9b295d27ce

@ -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 @@ a:visited, a:active {
}
table {
// border-spacing: 0;
// padding: 0;
border-collapse: collapse; //for IE
/* border-spacing: 0; */
/* padding: 0; */
border-collapse: collapse; /* for IE */
}
.button {

Loading…
Cancel
Save