_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,15 +3,15 @@ Theme Name: _s
|
|||
Layout: Sidebar-Sidebar-Content
|
||||
*/
|
||||
|
||||
#primary {
|
||||
.content-area {
|
||||
float: right;
|
||||
margin: 0 0 0 -40%;
|
||||
width: 100%;
|
||||
}
|
||||
#content {
|
||||
.site-content {
|
||||
margin: 0 0 0 40%;
|
||||
}
|
||||
#main .widget-area {
|
||||
.site-main .widget-area {
|
||||
float: left;
|
||||
overflow: hidden;
|
||||
width: 20%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue