Fix nav.footer margin on static pages.

master
Nick Sergeant 2012-05-03 20:53:59 -04:00
parent 0eb3f7fc7d
commit 7d8fdb9416
2 changed files with 9 additions and 2 deletions

View File

@ -917,7 +917,7 @@ body.detail div.rochester-made {
body.static .static-box {
background: rgba(255, 255, 255, 0.65);
border: 1px solid #DDDDDD;
margin: 20px;
margin: 30px;
padding: 20px;
-webkit-background-clip: padding-box;
-webkit-border-radius: 4px;
@ -965,6 +965,9 @@ body.static .static-box p {
body.static aside.main {
padding-top: 20px;
}
body.static aside.main nav.footer {
margin-top: 10px;
}
body.static div.alert-alone {
margin: 0;
}

View File

@ -1040,7 +1040,7 @@ body.static {
.static-box {
background: rgba(#FFF, .65);
border: 1px solid #DDDDDD;
margin: 20px;
margin: 30px;
padding: 20px;
@include border-radius(4px);
@ -1087,6 +1087,10 @@ body.static {
}
aside.main {
padding-top: 20px;
nav.footer {
margin-top: 10px;
}
}
div.alert-alone {
margin: 0;