Skip to content

Commit

Permalink
changed background for thesis presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
electronicwhisper committed May 7, 2012
1 parent 4a67103 commit ad06179
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions compiled/css/style.css
Expand Up @@ -6,8 +6,7 @@
body {
overflow: hidden;
font: 13px verdana;
background-color: #ccc;
background-image: url("images/bgnoise.gif");
background-color: #d6d6d6;
}
canvas {
position: absolute;
Expand Down
4 changes: 2 additions & 2 deletions src/style.styl
Expand Up @@ -23,9 +23,9 @@ transition()
body
overflow: hidden
font: 13px verdana
background-color: #ccc
background-color: #d6d6d6
// background-image: url("http://noisepng.com/100-90-5.png")
background-image: url("images/bgnoise.gif")
// background-image: url("images/bgnoise.gif")

canvas
position: absolute
Expand Down

0 comments on commit ad06179

Please sign in to comment.