From 4214b10b31c9df9bba11cd7614bb73a8b14b5c69 Mon Sep 17 00:00:00 2001 From: Fred Chacone Date: Tue, 24 Aug 2010 12:33:50 -0700 Subject: [PATCH] fixed background color and other stuff --- README | 1 + Rakefile | 2 ++ public/index.html | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index d4c0805..73cb313 100644 --- a/README +++ b/README @@ -10,3 +10,4 @@ Unless you are watching the screencast, pay us no heed. * Someone else * Another Author * Yet another author +* Fred Chacon diff --git a/Rakefile b/Rakefile index 3bb0e85..67e7866 100644 --- a/Rakefile +++ b/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' diff --git a/public/index.html b/public/index.html index 4154a74..73a4716 100644 --- a/public/index.html +++ b/public/index.html @@ -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;