From: Stevan Little Date: Fri, 2 Apr 2010 00:38:05 +0000 (-0400) Subject: adding background color and fixing a bit of YAML X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2776b60f3584ac6c9c86dc8848d1126d1109bfad;p=gitmo%2Fmoose-website.git adding background color and fixing a bit of YAML --- diff --git a/data/pages.yml b/data/pages.yml index a9577b5..18fd479 100644 --- a/data/pages.yml +++ b/data/pages.yml @@ -307,7 +307,7 @@ - title : Stevan Little's Moose talk at YAPC::NA url : http://www.iinteractive.com/moose/slides/start.html - title : Sam Vilain's Moose talk at OSDC Melbourne - title : http://utsl.gen.nz/talks/moose/start.htm + url : http://utsl.gen.nz/talks/moose/start.htm - year : Perl Mongers Groups presentations : - url : http://www.slideshare.net/Ovid/refactoring-with-roles-1298185 diff --git a/lib/Moose/Website/Resource/WebFiles/css/style.css b/lib/Moose/Website/Resource/WebFiles/css/style.css index dcda68f..a93db16 100644 --- a/lib/Moose/Website/Resource/WebFiles/css/style.css +++ b/lib/Moose/Website/Resource/WebFiles/css/style.css @@ -4,6 +4,7 @@ BODY { font-size : 10pt; margin : 0px; color : #333333; + background : #ffffff; } a {