meta formatting. closes #3926
This commit is contained in:
parent
8339354bc2
commit
902c81b8ca
File diff suppressed because one or more lines are too long
|
@ -1038,7 +1038,8 @@ p.demo_store {
|
||||||
td.product-name {
|
td.product-name {
|
||||||
dl.variation {
|
dl.variation {
|
||||||
margin: .25em 0;
|
margin: .25em 0;
|
||||||
font-size: 0.8751em;
|
.clearfix;
|
||||||
|
|
||||||
dt, dd {
|
dt, dd {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -1146,9 +1147,9 @@ p.demo_store {
|
||||||
}
|
}
|
||||||
dl {
|
dl {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 0.8751em;
|
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
border-left: 2px solid rgba(0,0,0,0.1);
|
border-left: 2px solid rgba(0,0,0,0.1);
|
||||||
|
.clearfix;
|
||||||
|
|
||||||
dt, dd {
|
dt, dd {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue