Update layout.

This commit is contained in:
Lars Jung 2014-11-29 21:32:30 +01:00
parent b390b9fc42
commit 60b81a46ea
29 changed files with 136 additions and 355 deletions

View file

@ -1,11 +1,13 @@
#content {
max-width: 960px;
margin: 50px auto;
font-size: 15px;
overflow: auto;
flex: 1 1 auto;
order: 50;
}
#content-header, #content-footer {
margin: 24px;
color: #333;
a, a:active, a:visited {
@ -22,13 +24,3 @@
font-family: @font-family-mono;
}
}
#content-header {
padding-bottom: 12px;
margin-bottom: 32px;
}
#content-footer {
padding-top: 12px;
margin-top: 32px;
}