diff --git a/css/style.css b/css/style.css index e865270d..841f5325 100644 --- a/css/style.css +++ b/css/style.css @@ -1,7 +1,3 @@ -::-ms-clear { - display: none; -} - body { background: radial-gradient(circle, #000, #373737); /* 16/06/2013 : -webkit still needed for @@ -10,6 +6,11 @@ body { background: -webkit-radial-gradient(circle, #000, #373737); } +/* Browser fixes */ +::-ms-clear { + display: none; +} + /** * Application layout */