mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-31 02:21:36 +00:00
Fix remaining border radius.
border-radius-bottomleft to CSS3 approved border-bottom-left-radius
This commit is contained in:
parent
ff177b33a7
commit
4f471452a9
@ -996,10 +996,10 @@ ul#artistcomplete {
|
||||
#artistcomplete li:first-child {
|
||||
-webkit-border-top-left-radius: 4px;
|
||||
-moz-border-radius-topleft: 4px;
|
||||
border-radius-topleft: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
-webkit-border-top-right-radius: 4px;
|
||||
-moz-border-radius-topright: 4px;
|
||||
border-radius-topright: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
}
|
||||
|
||||
#artistcomplete li:last-child {
|
||||
|
Loading…
Reference in New Issue
Block a user