variation and cart totals table borders. closes #7223

This commit is contained in:
James Koster 2015-01-28 12:58:04 +00:00
parent 7bc853c452
commit 4026e37b34
2 changed files with 11 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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 {