Layouts were broken by 752d08afd7. This commit fixes the layouts according to the new naming conventions.

This commit is contained in:
Konstantin Kovshenin 2012-09-04 11:34:27 +04:00
parent 7fef5cd2ec
commit 3b013b5264
5 changed files with 5 additions and 5 deletions

View File

@ -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%;
} }

View File

@ -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%;

View File

@ -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%;
} }

View File

@ -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%;

View File

@ -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%;