tables : renommage "-vert" en "-v"

This commit is contained in:
raphaelgoettter 2015-03-04 17:58:03 +01:00
parent c055a499c4
commit e0a176794c
2 changed files with 8 additions and 8 deletions

View File

@ -115,16 +115,16 @@ hr {
} }
/* alternate-vert tables */ /* alternate-vert tables */
.table-alternate-vert { .table-alternate-v {
border: 0; border: 0;
border-right: 1px solid #ccc; border-right: 1px solid #ccc;
} }
.table-alternate-vert tr > :first-child { .table-alternate-v tr > :first-child {
border-bottom: 0; border-bottom: 0;
} }
.table-alternate-vert tr > * + * { .table-alternate-v tr > * + * {
border-top: 1px solid #ccc; border-top: 1px solid #ccc;
} }
@ -135,7 +135,7 @@ hr {
} }
/* striped-vert tables */ /* striped-vert tables */
.table-striped-vert tr > :first-child { .table-striped-v tr > :first-child {
background: #eee; background: #eee;
background: rgba(0, 0, 0, .05); background: rgba(0, 0, 0, .05);
} }

View File

@ -113,16 +113,16 @@ hr {
} }
/* alternate-vert tables */ /* alternate-vert tables */
.table-alternate-vert { .table-alternate-v {
border: 0; border: 0;
border-right: 1px solid #ccc; border-right: 1px solid #ccc;
} }
.table-alternate-vert tr > :first-child { .table-alternate-v tr > :first-child {
border-bottom: 0; border-bottom: 0;
} }
.table-alternate-vert tr > * + * { .table-alternate-v tr > * + * {
border-top: 1px solid #ccc; border-top: 1px solid #ccc;
} }
@ -133,7 +133,7 @@ hr {
} }
/* striped-vert tables */ /* striped-vert tables */
.table-striped-vert tr > :first-child { .table-striped-v tr > :first-child {
background: #eee; background: #eee;
background: rgba(0, 0, 0, .05); background: rgba(0, 0, 0, .05);
} }