Skip to content

Commit d92bea9

Browse files
committed
Fix image relpaths
1 parent 3b6fc4a commit d92bea9

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

docs/shared/css/documentation.css

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -372,20 +372,6 @@ div.sidebar-module ul ul li span {
372372
margin:3px 0 0 0;
373373
font-size:14px;
374374
}
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-
}
389375

390376
#footer h2.logo a {
391377
background:url(http://dev.splunk.com/themes/devtheme/img/logo.png) no-repeat;
@@ -692,7 +678,7 @@ span.bash-output {
692678
position: relative;
693679
}
694680
.more-info > h4 {
695-
background-image: url('../images/dropdown_sprites.jpg');
681+
background-image: url(../images/dropdown_sprites.jpg);
696682
background-repeat: no-repeat;
697683
padding: .25em 0 .25em 25px;
698684
cursor: pointer;
@@ -786,7 +772,7 @@ span.bash-output {
786772
position: absolute;
787773
top: 10px;
788774
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;
790776
}
791777

792778
.list-module a {
@@ -863,7 +849,7 @@ div.expandable > ul h3 > a:hover {
863849

864850
div.expandable > ul h3 > a.collapsed,
865851
div.expandable > ul h3 > a.expanded {
866-
background-image: url(/shared/images/expand-arrows.png);
852+
background-image: url(../images/expand-arrows.png);
867853
background-position: 0px -3px;
868854
background-repeat: no-repeat;
869855
width: 13px;
@@ -876,7 +862,7 @@ div.expandable > ul h3 > a.expanded {
876862
}
877863

878864
div.expandable > ul h3 > a.collapsed:hover {
879-
background-image: url(/shared/images/expand-arrows.png);
865+
background-image: url(../images/expand-arrows.png);
880866
background-position: 0px -43px;
881867
background-repeat: no-repeat;
882868
width: 13px;

0 commit comments

Comments
 (0)