Removes some redundancy.

This commit is contained in:
Lars Jung 2012-02-20 02:46:02 +01:00
parent 6bfbdb4d05
commit 8ee901517b
14 changed files with 293 additions and 323 deletions

View file

@ -0,0 +1,18 @@
#content {
max-width: 960px;
margin: 0 auto;
> header {
display: none;
padding-bottom: 10px;
margin-bottom: 80px;
border-bottom: 2px dashed #ddd;
}
> footer {
display: none;
padding-top: 10px;
margin-top: 80px;
border-top: 2px dashed #ddd;
}
}