Skip to content

Commit

Permalink
fixed background color and other stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Chacone committed Aug 24, 2010
1 parent 5ad0023 commit 4214b10
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README
Expand Up @@ -10,3 +10,4 @@ Unless you are watching the screencast, pay us no heed.
* Someone else
* Another Author
* Yet another author
* Fred Chacon
2 changes: 2 additions & 0 deletions Rakefile
@@ -1,6 +1,8 @@
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

# Fred likes this

require(File.join(File.dirname(__FILE__), 'config', 'boot'))

require 'rake'
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Expand Up @@ -9,7 +9,7 @@
margin: 0;
margin-bottom: 25px;
padding: 0;
background-color: #9f9;
background-color: #f33;
font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
font-size: 13px;
color: #333;
Expand Down

0 comments on commit 4214b10

Please sign in to comment.