_s: More consistency with class names in the structural markup

This commit is contained in:
Ian Stewart 2012-02-01 16:55:36 +00:00
parent 88b7c401e6
commit afe244fe68
15 changed files with 33 additions and 33 deletions

View file

@ -3,7 +3,7 @@ Theme Name: _s
Layout: Content-Sidebar-Sidebar
*/
#primary {
.site-content {
float: left;
width: 100%;
}
@ -21,7 +21,7 @@ Layout: Content-Sidebar-Sidebar
#tertiary { /* Sidebar 2 */
margin: 0 0 0 -20%;
}
#colophon {
.site-footer {
clear: both;
width: 100%;
}

View file

@ -3,7 +3,7 @@ Theme Name: _s
Layout: Content-Sidebar
*/
#primary {
.site-content {
float: left;
margin: 0 -25% 0 0;
width: 100%;
@ -19,7 +19,7 @@ Layout: Content-Sidebar
#tertiary { /* Sidebar 2 */
clear: right;
}
#colophon {
.site-footer {
clear: both;
width: 100%;
}

View file

@ -3,7 +3,7 @@ Theme Name: _s
Layout: Sidebar-Content-Sidebar
*/
#primary {
.site-content {
float: left;
width: 100%;
}
@ -21,7 +21,7 @@ Layout: Sidebar-Content-Sidebar
#tertiary { /* Sidebar 2 */
margin: 0 0 0 -20%;
}
#colophon {
.site-footer {
clear: both;
width: 100%;
}

View file

@ -3,7 +3,7 @@ Theme Name: _s
Layout: Sidebar-Content
*/
#primary {
.site-content {
float: right;
margin: 0 0 0 -25%;
width: 100%;
@ -19,7 +19,7 @@ Layout: Sidebar-Content
#tertiary { /* Sidebar 2 */
clear: left;
}
#colophon {
.site-footer {
clear: both;
width: 100%;
}

View file

@ -3,7 +3,7 @@ Theme Name: _s
Layout: Sidebar-Sidebar-Content
*/
#primary {
.site-content {
float: right;
margin: 0 0 0 -40%;
width: 100%;
@ -16,7 +16,7 @@ Layout: Sidebar-Sidebar-Content
overflow: hidden;
width: 20%;
}
#colophon {
.site-footer {
clear: both;
width: 100%;
}