@@ -372,20 +372,6 @@ div.sidebar-module ul ul li span {
372
372
margin : 3px 0 0 0 ;
373
373
font-size : 14px ;
374
374
}
375
- # footer p .rackspace {
376
- margin : 0 ;
377
- width : 230px ;
378
- padding : 10px 10px 10px 56px ;
379
- font-size : 12px ;
380
- color : # 666 ;
381
- background : url(../ images/rackspace_logo.png) 10px 50% no-repeat # f1f1f1 ;
382
- -webkit-border-radius : 5px ;
383
- -moz-border-radius : 5px ;
384
- }
385
- # footer p .rackspace a {
386
- text-decoration : underline;
387
- color : # 333 ;
388
- }
389
375
390
376
# footer h2 .logo a {
391
377
background : url (http://dev.splunk.com/themes/devtheme/img/logo.png) no-repeat;
@@ -692,7 +678,7 @@ span.bash-output {
692
678
position : relative;
693
679
}
694
680
.more-info > h4 {
695
- background-image : url (' ../images/dropdown_sprites.jpg' );
681
+ background-image : url(../ images/dropdown_sprites.jpg);
696
682
background-repeat : no-repeat;
697
683
padding : .25em 0 .25em 25px ;
698
684
cursor : pointer;
@@ -786,7 +772,7 @@ span.bash-output {
786
772
position : absolute;
787
773
top : 10px ;
788
774
left : 10px ;
789
- background : transparent url (images/popular_guide_sprites.png) 0 0 no-repeat;
775
+ background : transparent url(.. / images/popular_guide_sprites.png) 0 0 no-repeat;
790
776
}
791
777
792
778
.list-module a {
@@ -863,7 +849,7 @@ div.expandable > ul h3 > a:hover {
863
849
864
850
div .expandable > ul h3 > a .collapsed ,
865
851
div .expandable > ul h3 > a .expanded {
866
- background-image : url (/shared /images/expand-arrows.png);
852
+ background-image : url(.. / images/expand-arrows.png);
867
853
background-position : 0px -3px ;
868
854
background-repeat : no-repeat;
869
855
width : 13px ;
@@ -876,7 +862,7 @@ div.expandable > ul h3 > a.expanded {
876
862
}
877
863
878
864
div .expandable > ul h3 > a .collapsed : hover {
879
- background-image : url (/shared /images/expand-arrows.png);
865
+ background-image : url(.. / images/expand-arrows.png);
880
866
background-position : 0px -43px ;
881
867
background-repeat : no-repeat;
882
868
width : 13px ;
0 commit comments