22 lines
No EOL
268 B
CSS
22 lines
No EOL
268 B
CSS
/*
|
|
Theme Name: _s
|
|
Layout: Sidebar-Sidebar-Content
|
|
*/
|
|
|
|
.site-content {
|
|
float: right;
|
|
margin: 0 0 0 -40%;
|
|
width: 100%;
|
|
}
|
|
#content {
|
|
margin: 0 0 0 40%;
|
|
}
|
|
#main .widget-area {
|
|
float: left;
|
|
overflow: hidden;
|
|
width: 20%;
|
|
}
|
|
.site-footer {
|
|
clear: both;
|
|
width: 100%;
|
|
} |