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

@ -8,7 +8,7 @@ h3, h4, h5, h6 { line-height: 36px; }
h5 { font-size: 14px; }
h3.page_title {
color:#456;
color: #456;
font-size: 20px;
font-weight: normal;
line-height: 28px;
@ -25,7 +25,7 @@ pre {
&.dark {
background: #333;
color:#f5f5f5;
color: #f5f5f5;
}
}
@ -63,8 +63,8 @@ a {
&.supp_diff_link {
text-align: center;
padding:20px 0;
background:#f1f1f1;
padding: 20px 0;
background: #f1f1f1;
width: 100%;
float: left;
}