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

@ -28,7 +28,7 @@
.issues_table {
.issue {
padding:7px 10px;
padding: 7px 10px;
.issue_check {
float: left;
@ -141,6 +141,6 @@ input.check_all_issues {
.ui-datepicker-header {
@include solid_shade;
margin-bottom: 10px;
border:1px solid #bbb;
border: 1px solid #bbb;
}
}