all.css: move border-radius property after the vendor prefixed ones
This commit is contained in:
parent
42588e9729
commit
ad61ed2f93
|
@ -127,10 +127,10 @@ a:active { color:#369; text-decoration:none; }
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #060;
|
background-color: #060;
|
||||||
border: 1px solid #060;
|
border: 1px solid #060;
|
||||||
border-radius: .5em;
|
|
||||||
-webkit-border-radius: .5em;
|
-webkit-border-radius: .5em;
|
||||||
-khtml-border-radius: .5em;
|
-khtml-border-radius: .5em;
|
||||||
-moz-border-radius: .5em;
|
-moz-border-radius: .5em;
|
||||||
|
border-radius: .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.downloadnow:link,
|
a.downloadnow:link,
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue