From c2c87a80a13df0a0f2e18bc050e82608abb0ae6a Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Mon, 28 Jan 2013 20:33:30 +0100 Subject: [PATCH] Remove duplicate CSS rule --- css/ol.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/css/ol.css b/css/ol.css index 5e679f5ddc..eca80d969c 100644 --- a/css/ol.css +++ b/css/ol.css @@ -19,9 +19,6 @@ display: inline; list-style: none; } -.ol-attribution li { - display: inline; -} .ol-attribution li:not(:last-child):after { content: "\2003"; }