Navigation Menu

Skip to content

Commit

Permalink
Fix various image problems
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed May 29, 2012
1 parent 4e75363 commit 831427a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/ticket-monster
Submodule ticket-monster updated from 2ed40c to 5b475c
2 changes: 1 addition & 1 deletion stylesheets/partials/_asciidoc.scss
Expand Up @@ -166,7 +166,7 @@

.listingblock {
padding-left: 57px;
background: image-url('example.png') no-repeat 0px 0px;
background: url('../images/example.png') no-repeat 0px 0px;
}

.listingblock .title {
Expand Down
10 changes: 5 additions & 5 deletions stylesheets/styles.scss
Expand Up @@ -342,7 +342,7 @@ body.guide {
border-bottom: 1px solid $light_border;
}
h2.group:first-child, .header {
background: $palette_5gray image-url("content_gradient.png") repeat-x;
background: $palette_5gray url("../images/content_gradient.png") repeat-x;
@include border-radius(6px 0 0 0);
}
.header {
Expand All @@ -368,7 +368,7 @@ body.guide {
font-weight: bold;
list-style: none;
font-size: .95em;
background: image-url("bullet_check.gif") no-repeat 3px 2px;
background: url("../images/bullet_check.gif") no-repeat 3px 2px;
margin: .75em 0;
padding-left: 30px;
}
Expand Down Expand Up @@ -414,7 +414,7 @@ body.guide {
text-transform: uppercase;
color: $toc_text_color;
&.chapter_header {
background: image-url("chapters.png") no-repeat 0 10px;
background: url("../images/chapters.png") no-repeat 0 10px;
padding: 5px 0 0 22px;
}
}
Expand Down Expand Up @@ -446,10 +446,10 @@ body.guide {
min-height: 40px;
background-repeat: no-repeat;
&.edit {
background-image: image-url("edit.png");
background-image: url("../images/edit.png");
}
&.command {
background-image: image-url("command.png");
background-image: url("../images/command.png");
}
}
}
Expand Down

0 comments on commit 831427a

Please sign in to comment.