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