Added some uniformity, all css properties and values are separated by a colon and a space :
This commit is contained in:
parent
755e4a4700
commit
84de1b71d1
26 changed files with 502 additions and 502 deletions
|
@ -3,11 +3,11 @@ table {
|
|||
@extend .table-striped;
|
||||
@include solid_shade;
|
||||
border:1px solid #bbb;
|
||||
width:100%;
|
||||
width: 100%;
|
||||
|
||||
&.low {
|
||||
td {
|
||||
line-height:18px;
|
||||
line-height: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -32,7 +32,7 @@ table {
|
|||
|
||||
td {
|
||||
border-color:#f1f1f1;
|
||||
line-height:28px;
|
||||
line-height: 28px;
|
||||
|
||||
.s16 {
|
||||
margin-top: 5px;
|
||||
|
@ -53,10 +53,10 @@ table {
|
|||
}
|
||||
|
||||
&.lite {
|
||||
border:none;
|
||||
box-shadow:none;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
tr, td {
|
||||
border:none;
|
||||
border: none;
|
||||
background:none !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue