From 7c539e2807378afda72f290b453f613a66633b5d Mon Sep 17 00:00:00 2001 From: Matthew Hicks Date: Mon, 30 Jun 2008 14:26:07 -0400 Subject: More styling tweaks --- cloudmasterd/lib/cloudmasterd.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cloudmasterd/lib') diff --git a/cloudmasterd/lib/cloudmasterd.rb b/cloudmasterd/lib/cloudmasterd.rb index a52f8c8..a2dcc22 100644 --- a/cloudmasterd/lib/cloudmasterd.rb +++ b/cloudmasterd/lib/cloudmasterd.rb @@ -232,6 +232,9 @@ module Cloudmasterd::Views link :rel => 'stylesheet', :type => 'text/css', :href => "/styles.css", :media => 'screen' end body do + div.header! do + div.headerLogo! {} + end div.content! do self << yield end -- cgit