lubuntu.me/themes/fruitful/layouts/content-sidebar.css

25 lines
325 B
CSS
Raw Normal View History

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