diff options
| author | Matthew Hicks <mhicks@mhicks-host.usersys.redhat.com> | 2008-06-30 14:26:07 -0400 |
|---|---|---|
| committer | Matthew Hicks <mhicks@mhicks-host.usersys.redhat.com> | 2008-06-30 14:26:25 -0400 |
| commit | 7c539e2807378afda72f290b453f613a66633b5d (patch) | |
| tree | ed24bc3944d30ffb49e505eeaf6b2e53ad0c8fd2 /cloudmasterd/lib | |
| parent | 9530b2196d0fe3ac87801cc0e5ced208ba394025 (diff) | |
| download | tools-7c539e2807378afda72f290b453f613a66633b5d.tar.gz tools-7c539e2807378afda72f290b453f613a66633b5d.tar.xz tools-7c539e2807378afda72f290b453f613a66633b5d.zip | |
More styling tweaks
Diffstat (limited to 'cloudmasterd/lib')
| -rw-r--r-- | cloudmasterd/lib/cloudmasterd.rb | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
