From 1a9ba0bea4be2466b6044b32186a372eb4f14409 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 23 Oct 2012 23:46:08 +0200 Subject: radius can safely be used without vendor prefixes http://caniuse.com/#search=radius --- search/css/results.css | 2 -- 1 file changed, 2 deletions(-) (limited to 'search') diff --git a/search/css/results.css b/search/css/results.css index b1115c286b5..bf16f737b40 100644 --- a/search/css/results.css +++ b/search/css/results.css @@ -9,14 +9,12 @@ box-shadow: 0 0 10px #000; list-style: none; max-height: 80%; - moz-border-radius-bottomleft: 1em; overflow: hidden; padding-bottom: 1em; position: fixed; right: 0; text-overflow: ellipsis; top: 3.5em; - webkit-border-bottom-left-radius: 1em; width: 26.5em; z-index: 75; } -- cgit v1.2.3