Create tables.less
This commit is contained in:
parent
c4124c4761
commit
7a61c1d905
1 changed files with 14 additions and 0 deletions
14
less/tables.less
Normal file
14
less/tables.less
Normal file
|
@ -0,0 +1,14 @@
|
|||
table {
|
||||
width: 100%;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
.table th, .table td {
|
||||
padding: .5em;
|
||||
line-height: 1.4em;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
tbody tr:nth-child(2n-1) {
|
||||
background: #CCC;
|
||||
}
|
Loading…
Add table
Reference in a new issue