From 4a88841363b664e5db9d1360d7f84597331eb8d9 Mon Sep 17 00:00:00 2001 From: Jeremy Christian Date: Thu, 4 Apr 2013 21:50:39 -0400 Subject: Add css optimization to dojo builds --- lib/dijit/themes/tundra/Editor.css | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'lib/dijit/themes/tundra/Editor.css') diff --git a/lib/dijit/themes/tundra/Editor.css b/lib/dijit/themes/tundra/Editor.css index b6f07a1f7..f7f80e86b 100644 --- a/lib/dijit/themes/tundra/Editor.css +++ b/lib/dijit/themes/tundra/Editor.css @@ -1,16 +1 @@ -.dijitEditor { - border:1px solid #bfbfbf; - border-top:0; -} - -.tundra .dijitEditorIcon { - background-image: url('../../icons/images/editorIconsEnabled.png'); /* editor icons sprite image - enabled state */ - background-repeat: no-repeat; - width: 18px; - height: 18px; - text-align: center; -} -.tundra .dijitDisabled .dijitEditorIcon { - background-image: url('../../icons/images/editorIconsDisabled.png'); /* editor icons sprite image - disabled state */ -} - +.dijitEditor {border:1px solid #bfbfbf; border-top:0;}.tundra .dijitEditorIcon {background-image: url('../../icons/images/editorIconsEnabled.png'); background-repeat: no-repeat; width: 18px; height: 18px; text-align: center;}.tundra .dijitDisabled .dijitEditorIcon {background-image: url('../../icons/images/editorIconsDisabled.png');} \ No newline at end of file -- cgit v1.2.3