PDF rausgenommen
This commit is contained in:
@ -0,0 +1,22 @@
|
||||
/*
|
||||
Theme Name: myoos
|
||||
Layout: Content-Sidebar
|
||||
*/
|
||||
|
||||
.content-area {
|
||||
float: left;
|
||||
margin: 0 -25% 0 0;
|
||||
width: 100%;
|
||||
}
|
||||
.site-main {
|
||||
margin: 0 25% 0 0;
|
||||
}
|
||||
.site-content .widget-area {
|
||||
float: right;
|
||||
overflow: hidden;
|
||||
width: 25%;
|
||||
}
|
||||
.site-footer {
|
||||
clear: both;
|
||||
width: 100%;
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
/*
|
||||
Theme Name: myoos
|
||||
Layout: Sidebar-Content
|
||||
*/
|
||||
|
||||
.content-area {
|
||||
float: right;
|
||||
margin: 0 0 0 -25%;
|
||||
width: 100%;
|
||||
}
|
||||
.site-main {
|
||||
margin: 0 0 0 25%;
|
||||
}
|
||||
.site-content .widget-area {
|
||||
float: left;
|
||||
overflow: hidden;
|
||||
width: 25%;
|
||||
}
|
||||
.site-footer {
|
||||
clear: both;
|
||||
width: 100%;
|
||||
}
|
Reference in New Issue
Block a user