Skip to content

Commit

Permalink
Background Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
casesandberg committed Aug 14, 2015
1 parent d414f86 commit 14fc43a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/bundle.js
Expand Up @@ -32789,7 +32789,7 @@
'default': {
graphic: {
height: '580px',
background: 'url("http://localhost:9100/docs/images/bg-2.jpg")',
background: '#ddd url("docs/images/bg-2.jpg")',
backgroundPosition: 'center center',
backgroundSize: 'cover'
},
Expand Down
2 changes: 1 addition & 1 deletion docs/components/home/HomeFeature.jsx
Expand Up @@ -27,7 +27,7 @@ class HomeFeature extends ReactCSS.Component {
'default': {
graphic: {
height: '580px',
background: 'url("http://localhost:9100/docs/images/bg-2.jpg")',
background: '#ddd url("docs/images/bg-2.jpg")',
backgroundPosition: 'center center',
backgroundSize: 'cover',
},
Expand Down

0 comments on commit 14fc43a

Please sign in to comment.