_s: Use <main> element for main content.

See: http://www.w3.org/TR/html51/grouping-content.html#the-main-element

Props @BFTrick for initial patch.
Fixes #222.
This commit is contained in:
obenland 2013-07-30 12:12:45 -07:00
parent 1f15c20995
commit 810e499b93
12 changed files with 22 additions and 21 deletions

View file

@ -8,10 +8,10 @@ Layout: Content-Sidebar
margin: 0 -25% 0 0;
width: 100%;
}
.site-content {
.site-main {
margin: 0 25% 0 0;
}
.site-main .widget-area {
.site-content .widget-area {
float: right;
overflow: hidden;
width: 25%;