Skip to content

Commit

Permalink
Image path
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxxxzero committed Nov 25, 2013
1 parent c4ad001 commit 3d4c0f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes
4 changes: 2 additions & 2 deletions sass/umlaut.sass
Expand Up @@ -48,7 +48,7 @@ body, html

header
h1
background: url("/umlaut.svg") center no-repeat
background: image-url("umlaut.svg") center no-repeat
margin: 0
height: 131px

Expand Down Expand Up @@ -88,7 +88,7 @@ body > section
flex-direction: row

.waterlogo
background: url("/umlaut.svg") center no-repeat
background: image-url("umlaut.svg") center no-repeat
opacity: .6
position: absolute
bottom: 10px
Expand Down
4 changes: 2 additions & 2 deletions stylesheets/umlaut.css
Expand Up @@ -40,7 +40,7 @@ body > header h1, html > header h1 {

/* line 50, ../sass/umlaut.sass */
header h1 {
background: url("/umlaut.svg") center no-repeat;
background: url('/images/umlaut.svg?1385134363') center no-repeat;
margin: 0;
height: 131px;
}
Expand Down Expand Up @@ -90,7 +90,7 @@ body > section #main {
}
/* line 90, ../sass/umlaut.sass */
body > section #main .waterlogo {
background: url("/umlaut.svg") center no-repeat;
background: url('/images/umlaut.svg?1385134363') center no-repeat;
opacity: 0.6;
position: absolute;
bottom: 10px;
Expand Down

0 comments on commit 3d4c0f4

Please sign in to comment.