_s: Update layouts to use classes when appropriate. Fixes #55.

This commit is contained in:
obenland 2013-02-27 13:35:28 -08:00
parent 3236571996
commit ebe5c56c42
6 changed files with 21 additions and 38 deletions

View file

@ -3,22 +3,19 @@ Theme Name: _s
Layout: Sidebar-Content
*/
#primary {
.content-area {
float: right;
margin: 0 0 0 -25%;
width: 100%;
}
#content {
.site-content {
margin: 0 0 0 25%;
}
#secondary { /* Sidebar 1 */
.site-main .widget-area {
float: left;
overflow: hidden;
width: 25%;
}
#tertiary { /* Sidebar 2 */
clear: left;
}
.site-footer {
clear: both;
width: 100%;