See: http://www.w3.org/TR/html51/grouping-content.html#the-main-element Props @BFTrick for initial patch. Fixes #222.
22 lines
No EOL
270 B
CSS
22 lines
No EOL
270 B
CSS
/*
|
|
Theme Name: _s
|
|
Layout: Sidebar-Content
|
|
*/
|
|
|
|
.content-area {
|
|
float: right;
|
|
margin: 0 0 0 -25%;
|
|
width: 100%;
|
|
}
|
|
.site-main {
|
|
margin: 0 0 0 25%;
|
|
}
|
|
.site-content .widget-area {
|
|
float: left;
|
|
overflow: hidden;
|
|
width: 25%;
|
|
}
|
|
.site-footer {
|
|
clear: both;
|
|
width: 100%;
|
|
} |