Skip to content

Commit cb0a6bb

Browse files
committed
/shared/images -> /images
1 parent 23a4c91 commit cb0a6bb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

static/css/documentation.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ a img {
278278
margin-top: -4px;
279279
width: 51px;
280280
border-radius: 3px;
281-
background: url(/shared/images/search.png) 5px center no-repeat #fff;
281+
background: url(/images/search.png) 5px center no-repeat #fff;
282282

283283
-webkit-transition: width 0.3s ease-in-out 0s;
284284
-moz-transition: width 0.3s ease-in-out 0s;
@@ -320,7 +320,7 @@ a img {
320320
position: absolute;
321321
right: 4px;
322322
top: 2px;
323-
background: url(/shared/images/cancel.png) 0 0 no-repeat;
323+
background: url(/images/cancel.png) 0 0 no-repeat;
324324
width: 14px;
325325
height: 14px;
326326
display: none;
@@ -891,7 +891,7 @@ a .mega-octicon {
891891

892892
.dev-program-callout .wrapper {
893893
padding: 40px 0;
894-
background: #160625 url(/shared/images/callout-earth-static.png) no-repeat top right / 30%;
894+
background: #160625 url(/images/callout-earth-static.png) no-repeat top right / 30%;
895895
}
896896

897897
.dev-program.feature h1,
@@ -1187,7 +1187,7 @@ pre span.comment {color: #aaa;}
11871187
}
11881188

11891189
.sidebar-module .arrow-btn {
1190-
background-image: url(/shared/images/expand-arrows.png);
1190+
background-image: url(/images/expand-arrows.png);
11911191
background-repeat: no-repeat;
11921192
background-position: -3px -3px;
11931193
width: 13px;
@@ -1281,17 +1281,17 @@ pre span.comment {color: #aaa;}
12811281
}
12821282

12831283
#searchfield {
1284-
background-image: url(/shared/images/[email protected]);
1284+
background-image: url(/images/[email protected]);
12851285
background-size: 13px 13px;
12861286
}
12871287

12881288
.cancel-search {
1289-
background-image: url(/shared/images/[email protected]);
1289+
background-image: url(/images/[email protected]);
12901290
background-size: 14px 14px;
12911291
}
12921292

12931293
.sidebar-module .arrow-btn {
1294-
background-image: url(/shared/images/[email protected]);
1294+
background-image: url(/images/[email protected]);
12951295
background-size: 73px 80px;
12961296
}
12971297

0 commit comments

Comments
 (0)