]> git.pond.sub.org Git - eow/blobdiff - static/dojo-release-1.1.1/dijit/themes/tundra/layout/SplitContainer.css.commented.css
Replace Dojo with jQuery
[eow] / static / dojo-release-1.1.1 / dijit / themes / tundra / layout / SplitContainer.css.commented.css
diff --git a/static/dojo-release-1.1.1/dijit/themes/tundra/layout/SplitContainer.css.commented.css b/static/dojo-release-1.1.1/dijit/themes/tundra/layout/SplitContainer.css.commented.css
deleted file mode 100644 (file)
index 53cdf82..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-.tundra .dijitSplitContainerSizerH {
-       background:url("../images/splitContainerSizerV.png") repeat-y #fff;
-       border:0;
-       border-left:1px solid #bfbfbf;
-       border-right:1px solid #bfbfbf;
-       width:7px;
-}
-
-.tundra .dijitSplitContainerSizerH .thumb {
-       background:url("../images/splitContainerSizerV-thumb.png") no-repeat #ccc;
-       left:1px;
-       width:3px;
-       height:19px;
-       overflow: hidden;
-}
-
-.tundra .dijitSplitContainerSizerV {
-       background:url("../images/splitContainerSizerH.png") repeat-x #fff;
-       border:0;
-       border-top:1px solid #bfbfbf;
-       border-bottom:1px solid #bfbfbf;
-       height:7px;
-}
-
-.tundra .dijitSplitContainerSizerV .thumb {
-       background:url("../images/splitContainerSizerH-thumb.png") no-repeat #ccc;
-       top:1px;
-       width:19px;
-       height:3px;
-       overflow: hidden;
-}
-
-.tundra .dijitSplitter {
-       border-color: #bfbfbf;
-}