Merge branch 'master' of github.com:woothemes/woocommerce
This commit is contained in:
commit
d4ce1a5ebd
File diff suppressed because one or more lines are too long
|
@ -379,6 +379,12 @@ p.demo_store {
|
|||
|
||||
.variations {
|
||||
margin-bottom: 1em;
|
||||
border: 0;
|
||||
|
||||
td,
|
||||
th {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
label {
|
||||
font-weight: 700;
|
||||
|
@ -1652,9 +1658,9 @@ p.demo_store {
|
|||
|
||||
table {
|
||||
border-collapse: separate;
|
||||
border-radius: 5px;
|
||||
margin: 0 0 6px;
|
||||
padding: 0;
|
||||
border-left: 0;
|
||||
|
||||
tr:first-child {
|
||||
th,
|
||||
|
@ -1675,6 +1681,9 @@ p.demo_store {
|
|||
td,
|
||||
th {
|
||||
vertical-align: top;
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
padding: 6px 0;
|
||||
}
|
||||
|
||||
small {
|
||||
|
|
Loading…
Reference in New Issue