Commit 107c9fa3 authored by Randall Leeds's avatar Randall Leeds

Fix header styles for annotations after 352cc1d

This should have been qualified before, so that it only applied to
the main content header.
parent 293664a2
......@@ -13,24 +13,6 @@ body {
word-wrap: break-word;
}
header {
@include respond-to(handhelds) {
text-align: center;
}
@include respond-to(wide-handhelds tablets desktops) {
@include pie-clearfix;
text-align: left;
img { float: left; }
}
margin-bottom: 2em;
hgroup h1 {
margin-bottom: 0 !important;
}
}
section {
margin: 2em 0;
}
......@@ -70,6 +52,24 @@ ol {
margin: auto;
max-width: $break-medium;
}
& > header {
@include respond-to(handhelds) {
text-align: center;
}
@include respond-to(wide-handhelds tablets desktops) {
@include pie-clearfix;
text-align: left;
img { float: left; }
}
margin-bottom: 2em;
hgroup h1 {
margin-bottom: 0 !important;
}
}
}
.topbar {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment