forked from mirror/_s
_s: Remove three column layouts.
We don't register a second sidebar and styles seem to be incomplete. Let's revisit this once we have a more modular way of putting `_s` together. Closes #199.
This commit is contained in:
parent
1a12794a21
commit
4227e37e47
|
@ -1,22 +0,0 @@
|
|||
/*
|
||||
Theme Name: _s
|
||||
Layout: Content-Sidebar-Sidebar
|
||||
*/
|
||||
|
||||
.content-area {
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
.site-content {
|
||||
margin: 0 40% 0 0;
|
||||
}
|
||||
.site-main .widget-area {
|
||||
float: left;
|
||||
margin: 0 0 0 -40%;
|
||||
overflow: hidden;
|
||||
width: 20%;
|
||||
}
|
||||
.site-footer {
|
||||
clear: both;
|
||||
width: 100%;
|
||||
}
|
|
@ -1,22 +0,0 @@
|
|||
/*
|
||||
Theme Name: _s
|
||||
Layout: Sidebar-Content-Sidebar
|
||||
*/
|
||||
|
||||
.content-area {
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
.site-content {
|
||||
margin: 0 20%;
|
||||
}
|
||||
.site-main .widget-area {
|
||||
float: left;
|
||||
margin: 0 0 0 -100%;
|
||||
overflow: hidden;
|
||||
width: 20%;
|
||||
}
|
||||
.site-footer {
|
||||
clear: both;
|
||||
width: 100%;
|
||||
}
|
|
@ -1,22 +0,0 @@
|
|||
/*
|
||||
Theme Name: _s
|
||||
Layout: Sidebar-Sidebar-Content
|
||||
*/
|
||||
|
||||
.content-area {
|
||||
float: right;
|
||||
margin: 0 0 0 -40%;
|
||||
width: 100%;
|
||||
}
|
||||
.site-content {
|
||||
margin: 0 0 0 40%;
|
||||
}
|
||||
.site-main .widget-area {
|
||||
float: left;
|
||||
overflow: hidden;
|
||||
width: 20%;
|
||||
}
|
||||
.site-footer {
|
||||
clear: both;
|
||||
width: 100%;
|
||||
}
|
Reference in New Issue