forked from mirror/_s
Merge pull request #67 from kovshenin/patch-9
Fix default layouts broken by 752d08a
This commit is contained in:
commit
cbff04e6f0
|
@ -3,7 +3,7 @@ Theme Name: _s
|
||||||
Layout: Content-Sidebar-Sidebar
|
Layout: Content-Sidebar-Sidebar
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.site-content {
|
#primary {
|
||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ Theme Name: _s
|
||||||
Layout: Content-Sidebar
|
Layout: Content-Sidebar
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.site-content {
|
#primary {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0 -25% 0 0;
|
margin: 0 -25% 0 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -3,7 +3,7 @@ Theme Name: _s
|
||||||
Layout: Sidebar-Content-Sidebar
|
Layout: Sidebar-Content-Sidebar
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.site-content {
|
#primary {
|
||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ Theme Name: _s
|
||||||
Layout: Sidebar-Content
|
Layout: Sidebar-Content
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.site-content {
|
#primary {
|
||||||
float: right;
|
float: right;
|
||||||
margin: 0 0 0 -25%;
|
margin: 0 0 0 -25%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -3,7 +3,7 @@ Theme Name: _s
|
||||||
Layout: Sidebar-Sidebar-Content
|
Layout: Sidebar-Sidebar-Content
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.site-content {
|
#primary {
|
||||||
float: right;
|
float: right;
|
||||||
margin: 0 0 0 -40%;
|
margin: 0 0 0 -40%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Reference in New Issue