Skip to content

Commit

Permalink
Merge pull request #67 from kovshenin/patch-9
Browse files Browse the repository at this point in the history
Fix default layouts broken by 752d08a
  • Loading branch information
ianstewart committed Sep 14, 2012
2 parents 01203f7 + 3b013b5 commit cbff04e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion layouts/content-sidebar-sidebar.css
Expand Up @@ -3,7 +3,7 @@ Theme Name: _s
Layout: Content-Sidebar-Sidebar
*/

.site-content {
#primary {
float: left;
width: 100%;
}
Expand Down
2 changes: 1 addition & 1 deletion layouts/content-sidebar.css
Expand Up @@ -3,7 +3,7 @@ Theme Name: _s
Layout: Content-Sidebar
*/

.site-content {
#primary {
float: left;
margin: 0 -25% 0 0;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion layouts/sidebar-content-sidebar.css
Expand Up @@ -3,7 +3,7 @@ Theme Name: _s
Layout: Sidebar-Content-Sidebar
*/

.site-content {
#primary {
float: left;
width: 100%;
}
Expand Down
2 changes: 1 addition & 1 deletion layouts/sidebar-content.css
Expand Up @@ -3,7 +3,7 @@ Theme Name: _s
Layout: Sidebar-Content
*/

.site-content {
#primary {
float: right;
margin: 0 0 0 -25%;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion layouts/sidebar-sidebar-content.css
Expand Up @@ -3,7 +3,7 @@ Theme Name: _s
Layout: Sidebar-Sidebar-Content
*/

.site-content {
#primary {
float: right;
margin: 0 0 0 -40%;
width: 100%;
Expand Down

0 comments on commit cbff04e

Please sign in to comment.