_s: Update layouts to use classes when appropriate. Fixes #55.
This commit is contained in:
parent
3236571996
commit
ebe5c56c42
6 changed files with 21 additions and 38 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue