Skip to content

Commit

Permalink
Converted bg to PNG and fixed an embarassing css mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
mulletfingers999 committed Apr 14, 2015
1 parent c56ad96 commit 9c9cd3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added cdn/bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#main {
margin: 5em;
paddding-top: 0px;
padding-top: 0px;
}
a {
Expand All @@ -48,7 +48,7 @@
}
html {
background: url(img/bg.jpg) no-repeat center center fixed;
background: url(cdn/bg.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
Expand Down

0 comments on commit 9c9cd3d

Please sign in to comment.