forked from mirror/_s
Layouts were broken by 752d08afd7
. This commit fixes the layouts according to the new naming conventions.
This commit is contained in:
parent
7fef5cd2ec
commit
3b013b5264
|
@ -3,7 +3,7 @@ Theme Name: _s
|
|||
Layout: Content-Sidebar-Sidebar
|
||||
*/
|
||||
|
||||
.site-content {
|
||||
#primary {
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ Theme Name: _s
|
|||
Layout: Content-Sidebar
|
||||
*/
|
||||
|
||||
.site-content {
|
||||
#primary {
|
||||
float: left;
|
||||
margin: 0 -25% 0 0;
|
||||
width: 100%;
|
||||
|
|
|
@ -3,7 +3,7 @@ Theme Name: _s
|
|||
Layout: Sidebar-Content-Sidebar
|
||||
*/
|
||||
|
||||
.site-content {
|
||||
#primary {
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ Theme Name: _s
|
|||
Layout: Sidebar-Content
|
||||
*/
|
||||
|
||||
.site-content {
|
||||
#primary {
|
||||
float: right;
|
||||
margin: 0 0 0 -25%;
|
||||
width: 100%;
|
||||
|
|
|
@ -3,7 +3,7 @@ Theme Name: _s
|
|||
Layout: Sidebar-Sidebar-Content
|
||||
*/
|
||||
|
||||
.site-content {
|
||||
#primary {
|
||||
float: right;
|
||||
margin: 0 0 0 -40%;
|
||||
width: 100%;
|
||||
|
|
Reference in New Issue