all.css: move border-radius property after the vendor prefixed ones

This commit is contained in:
XhmikosR 2013-02-06 11:33:17 +02:00 committed by Daniel Marjamäki
parent 42588e9729
commit ad61ed2f93
2 changed files with 2 additions and 2 deletions

View File

@ -127,10 +127,10 @@ a:active { color:#369; text-decoration:none; }
color: white;
background-color: #060;
border: 1px solid #060;
border-radius: .5em;
-webkit-border-radius: .5em;
-khtml-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
}
a.downloadnow:link,

File diff suppressed because one or more lines are too long