css/xtheme-slate.css
authorAlan Knowles <alan@akbkhome.com>
Fri, 10 Sep 2010 10:50:52 +0000 (18:50 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 10 Sep 2010 10:50:52 +0000 (18:50 +0800)
css/xtheme-slate.css

index 9bb3bb7..e66ed7e 100644 (file)
 }\r
 
 /** worked out from our version.. */
-.x-tabs-strip td,
-.x-tabs-strip .on .x-tabs-right,
-.x-tabs-strip .x-tabs-right,
-.x-tabs-strip .on .x-tabs-left,
-.x-tabs-strip .x-tabs-left
-{
-    background-image: url("../images/slate/tabs/tabs-sprite.gif");
-    
-}
-.x-tabs-strip td {
-    background-repeat: no-repeat;
-    
-}
-.x-tabs-strip .x-tabs-right {
-    background-position: 0 0;
-}
-.x-tabs-strip ..on x-tabs-right {
-    background-position: 0 0;
-}
-.x-tabs-strip .x-tabs-left {
-    background-position: 0 0;
-}
-.x-tabs-strip .on .x-tabs-left {
-    background-position: 0 0;
-}
-