twentyeleven pagination. #6737
This commit is contained in:
parent
a12fa0ad56
commit
a7350cfd6b
File diff suppressed because one or more lines are too long
|
@ -2012,6 +2012,17 @@ p.demo_store {
|
|||
}
|
||||
} // end .woocommerce-checkout namespacing wrap
|
||||
|
||||
/* =Twenty Eleven Specific styles
|
||||
-------------------------------------------------------------- */
|
||||
#content.twentyeleven {
|
||||
.woocommerce-pagination {
|
||||
a {
|
||||
font-size: 1em;
|
||||
line-height: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* =Twenty Thirteen Specific styles
|
||||
-------------------------------------------------------------- */
|
||||
.single-product {
|
||||
|
|
|
@ -15,10 +15,10 @@ $template = get_option( 'template' );
|
|||
|
||||
switch( $template ) {
|
||||
case 'twentyeleven' :
|
||||
echo '<div id="primary"><div id="content" role="main">';
|
||||
echo '<div id="primary"><div id="content" role="main" class="twentyeleven">';
|
||||
break;
|
||||
case 'twentytwelve' :
|
||||
echo '<div id="primary" class="site-content"><div id="content" role="main">';
|
||||
echo '<div id="primary" class="site-content"><div id="content" role="main" class="twentytwelve">';
|
||||
break;
|
||||
case 'twentythirteen' :
|
||||
echo '<div id="primary" class="site-content"><div id="content" role="main" class="entry-content twentythirteen">';
|
||||
|
|
Loading…
Reference in New Issue