Skip to content

Commit

Permalink
change image url path
Browse files Browse the repository at this point in the history
  • Loading branch information
DekusDenial committed Apr 2, 2012
1 parent 2e04545 commit 618217c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config.rb
Expand Up @@ -11,7 +11,7 @@
output_style = :compact

# To enable relative paths to assets via compass helper functions. Uncomment:
# relative_assets = true
relative_assets = true

# To disable debugging comments that display the original location of your selectors. Uncomment:
line_comments = false
Expand Down
4 changes: 2 additions & 2 deletions sass/screen.scss
Expand Up @@ -4,7 +4,7 @@

body {
font: 12px / 1.5 Georgia, Helvetica, Arial, sans-serif;
background: image-url("bg_dark.png");
background: url("../images/bg_dark.png");
@include pie-clearfix;
}

Expand All @@ -27,7 +27,7 @@ fieldset {
overflow: auto;
color: #999;
font-size: 1em;
background: image-url("bg_dark.png");
background: url("../images/bg_dark.png");
}
}

Expand Down
4 changes: 2 additions & 2 deletions stylesheets/screen.css
Expand Up @@ -40,12 +40,12 @@ ol.linenums { margin: 0 0 0 33px; /* IE indents via margin-left */ }

ol.linenums li { padding-left: 12px; color: #bebec5; line-height: 18px; text-shadow: 0 1px 0 #fff; }

body { font: 12px/1.5 Georgia, Helvetica, Arial, sans-serif; background: url('/images/bg_dark.png?1333277676'); *zoom: 1; }
body { font: 12px/1.5 Georgia, Helvetica, Arial, sans-serif; background: url("../images/bg_dark.png"); *zoom: 1; }
body:after { content: ""; display: table; clear: both; }

fieldset { border: 1px solid #ddd; width: 100%; }
fieldset legend { font-size: 2em; margin-left: 1em; padding: 0 0.5em; color: #e3e3e3; }
fieldset textarea { width: 100%; height: auto; outline: none; border: none; resize: vertical; max-height: 300px; overflow: auto; color: #999; font-size: 1em; background: url('/images/bg_dark.png?1333277676'); }
fieldset textarea { width: 100%; height: auto; outline: none; border: none; resize: vertical; max-height: 300px; overflow: auto; color: #999; font-size: 1em; background: url("../images/bg_dark.png"); }

.input, .output, textarea, iframe { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

Expand Down

0 comments on commit 618217c

Please sign in to comment.