Skip to content

Commit

Permalink
Added a simple background and image
Browse files Browse the repository at this point in the history
  • Loading branch information
edavis10 committed May 3, 2009
1 parent 568c884 commit 8aae490
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Binary file added site/images/bg.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions site/stylesheets/application.css
@@ -1,12 +1,15 @@
body {
font-family: Verdana;
font-size: 10pt; }
font-size: 10pt;
background-color: #E7E7E7; }

#container {
width: 720px;
position: relative;
left: 50%;
margin-left: -360px; }
margin-left: -360px;
padding: 0 25px;
background: url(/images/bg.gif) no-repeat; }

#top {
text-align: center; }
Expand Down
3 changes: 3 additions & 0 deletions src/stylesheets/application.sass
Expand Up @@ -2,12 +2,15 @@ body
:font
:family Verdana
:size 10pt
:background-color #E7E7E7

#container
:width 720px
:position relative
:left 50%
:margin-left -360px
:padding 0 25px
:background url(/images/bg.gif) no-repeat

#top
:text-align center
Expand Down

0 comments on commit 8aae490

Please sign in to comment.