mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-02-23 00:01:07 +00:00
25 lines
324 B
CSS
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%;
|
|
} |