adding background color and fixing a bit of YAML
Stevan Little [Fri, 2 Apr 2010 00:38:05 +0000 (20:38 -0400)]
data/pages.yml
lib/Moose/Website/Resource/WebFiles/css/style.css

index a9577b5..18fd479 100644 (file)
         - 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
index dcda68f..a93db16 100644 (file)
@@ -4,6 +4,7 @@ BODY {
     font-size   : 10pt;
     margin      : 0px;
     color       : #333333;
+    background  : #ffffff;
 }
 
 a {