replaced redundant -*-border-radius box-shadows and others with corresponding mixins

This commit is contained in:
Koen Punt 2012-11-23 17:51:38 +01:00
parent 84de1b71d1
commit b825582eb1
26 changed files with 240 additions and 268 deletions

View file

@ -2,7 +2,7 @@ table {
@extend .table;
@extend .table-striped;
@include solid_shade;
border:1px solid #bbb;
border: 1px solid #bbb;
width: 100%;
&.low {
@ -31,7 +31,7 @@ table {
}
td {
border-color:#f1f1f1;
border-color: #f1f1f1;
line-height: 28px;
.s16 {
@ -40,11 +40,11 @@ table {
}
&:first-child {
border-left:1px solid #bbb;
border-left: 1px solid #bbb;
}
&:last-child {
border-right:1px solid #bbb;
border-right: 1px solid #bbb;
}
}