CSS compacting

0px now 0
This commit is contained in:
Matt Pass
2012-05-28 07:55:45 +01:00
parent 0665d10a7c
commit d5df587cc3
6 changed files with 70 additions and 70 deletions

View File

@@ -8,10 +8,10 @@ b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0px;
margin: 0px;
padding: 0px;
outline: 0px;
border: 0;
margin: 0;
padding: 0;
outline: 0;
font-size: 12px;
vertical-align: top;
}