achille-press/layouts/content-sidebar.css
2013-07-30 12:12:45 -07:00

22 lines
No EOL
270 B
CSS

/*
Theme Name: _s
Layout: Content-Sidebar
*/
.content-area {
float: left;
margin: 0 -25% 0 0;
width: 100%;
}
.site-main {
margin: 0 25% 0 0;
}
.site-content .widget-area {
float: right;
overflow: hidden;
width: 25%;
}
.site-footer {
clear: both;
width: 100%;
}