lubuntu.me/themes/fruitful/layouts/sidebar-sidebar-content.css
2016-11-28 21:52:15 -08:00

22 lines
280 B
CSS

/*
Theme Name: Fruitful theme
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%;
}