Skip to content

Commit

Permalink
use bg on body so that it displays when the page loads up
Browse files Browse the repository at this point in the history
  • Loading branch information
maetl committed Apr 28, 2012
1 parent 1f6dfd3 commit bf7aa20
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions musichackday/index.html
Expand Up @@ -92,9 +92,8 @@
<style>
body{
font-family:"Trebuchet MS";
background-color:#000;
color:#eee;
background:308px 177px no-repeat url(img/stage-bg.png);
background:#000 308px 177px no-repeat url(img/stage-bg.png);
}
*{
box-sizing:border-box;
Expand Down Expand Up @@ -174,7 +173,6 @@
ol li:first-child {
width:873px;
height:648px;
/*background:no-repeat url(img/stage-bg.png);*/
padding-top:210px;
}
ol li:first-child div{
Expand Down

0 comments on commit bf7aa20

Please sign in to comment.