Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
added some background images
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Adams committed Sep 7, 2008
1 parent f68c7c3 commit 4954e75
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Binary file added public/images/background-blue-squares-2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/background-blue-squares-3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/background-blue-squares-4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/background-blue-squares.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/stylesheets/base.css
@@ -1,6 +1,11 @@
html {
background:#000;
color: #ddd;
/* background-image: url(/images/background-blue-squares.png); */
/* background-image: url(/images/background-blue-squares-2.png); */
/* background-image: url(/images/background-blue-squares-3.png); */
background-image: url(/images/background-blue-squares-4.png);
background-repeat: repeat-x;
}
body{
font-family: "Gill Sans","Franklin Gothic Medium","Lucida Grande",Arial,Helvetica;
Expand Down

0 comments on commit 4954e75

Please sign in to comment.