From 4f471452a98aa718466b08fc98a83ba0f7885b1c Mon Sep 17 00:00:00 2001 From: R4z3r Date: Mon, 21 Oct 2013 13:36:43 -0400 Subject: [PATCH] Fix remaining border radius. border-radius-bottomleft to CSS3 approved border-bottom-left-radius --- static/styles/mono/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/styles/mono/style.css b/static/styles/mono/style.css index ad72a616..d18b76d2 100644 --- a/static/styles/mono/style.css +++ b/static/styles/mono/style.css @@ -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 {