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
*/
.site-content {
#primary {
float: left;
width: 100%;
}

View File

@ -3,7 +3,7 @@ Theme Name: _s
Layout: Content-Sidebar
*/
.site-content {
#primary {
float: left;
margin: 0 -25% 0 0;
width: 100%;

View File

@ -3,7 +3,7 @@ Theme Name: _s
Layout: Sidebar-Content-Sidebar
*/
.site-content {
#primary {
float: left;
width: 100%;
}

View File

@ -3,7 +3,7 @@ Theme Name: _s
Layout: Sidebar-Content
*/
.site-content {
#primary {
float: right;
margin: 0 0 0 -25%;
width: 100%;

View File

@ -3,7 +3,7 @@ Theme Name: _s
Layout: Sidebar-Sidebar-Content
*/
.site-content {
#primary {
float: right;
margin: 0 0 0 -40%;
width: 100%;