trimmed the padding

This commit is contained in:
alopexc0de 2012-11-16 20:35:58 -05:00
parent 64ef722a70
commit 805578f70b
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
{
text-align: center;
background: #ccc;
padding: 20px;
padding: 5px;
}
#header h1 { margin: 0; }
@ -110,6 +110,6 @@
clear: both;
background: #ccc;
text-align: right;
padding: 20px;
padding: 5px;
height: 1%;
}
}