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

25 lines
324 B
CSS

/*
Theme Name: Fruitful theme
Layout: Sidebar-Content
*/
.site-content {
float: right;
margin: 0 0 0 -25%;
width: 100%;
}
#content {
margin: 0 0 0 25%;
}
#secondary { /* Sidebar 1 */
float: left;
overflow: hidden;
width: 25%;
}
#tertiary { /* Sidebar 2 */
clear: left;
}
.site-footer {
clear: both;
width: 100%;
}