From bd23fbfeccd49a406f6a8d99a21371ad7ade07ba Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 2 Sep 2014 23:46:38 -0400 Subject: Bug 913647: Deploy YUI 3.17.2 for BMO r=glob --- .../assets/skins/sam/resize-base-skin.css | 52 ---------------------- 1 file changed, 52 deletions(-) delete mode 100644 js/yui3/resize-proxy/assets/skins/sam/resize-base-skin.css (limited to 'js/yui3/resize-proxy/assets/skins/sam') diff --git a/js/yui3/resize-proxy/assets/skins/sam/resize-base-skin.css b/js/yui3/resize-proxy/assets/skins/sam/resize-base-skin.css deleted file mode 100644 index e0af10d6b..000000000 --- a/js/yui3/resize-proxy/assets/skins/sam/resize-base-skin.css +++ /dev/null @@ -1,52 +0,0 @@ -/* -YUI 3.7.3 (build 5687) -Copyright 2012 Yahoo! Inc. All rights reserved. -Licensed under the BSD License. -http://yuilibrary.com/license/ -*/ -.yui3-resize-handle-inner-r, -.yui3-resize-handle-inner-l, -.yui3-resize-handle-inner-t, -.yui3-resize-handle-inner-b, -.yui3-resize-handle-inner-tr, -.yui3-resize-handle-inner-br, -.yui3-resize-handle-inner-tl, -.yui3-resize-handle-inner-bl { - background-repeat: no-repeat; - background: url(arrows.png) no-repeat 0 0; - display: block; - height: 15px; - overflow: hidden; - text-indent: -99999em; - width: 15px; -} - -.yui3-resize-handle-inner-br { - background-position: -30px 0; - bottom: -2px; - right: -2px; -} - -.yui3-resize-handle-inner-tr { - background-position: -58px 0; - bottom: 0; - right: -2px; - -} - -.yui3-resize-handle-inner-bl { - background-position: -75px 0; - bottom: -2px; - right: -2px; -} - -.yui3-resize-handle-inner-tl { - background-position: -47px 0; - bottom: 0; - right: -2px; - -} - -.yui3-resize-handle-inner-b,.yui3-resize-handle-inner-t { - background-position: -15px 0; -} -- cgit v1.2.3-24-g4f1b