From: Ira W. Snyder Date: Sat, 24 Nov 2007 06:07:07 +0000 (-0800) Subject: Add the Yellow & Green Colorscheme to the /purchase page X-Git-Tag: turned-in~44 X-Git-Url: https://www.irasnyder.com/gitweb/?a=commitdiff_plain;h=59603ee071ecc9e0d62ee5410b6f1f8a404f2fc6;p=cs356-p2-videostore.git Add the Yellow & Green Colorscheme to the /purchase page Signed-off-by: Ira W. Snyder --- diff --git a/app/views/layouts/purchase.rhtml b/app/views/layouts/purchase.rhtml index 0499b84..0423231 100644 --- a/app/views/layouts/purchase.rhtml +++ b/app/views/layouts/purchase.rhtml @@ -6,13 +6,20 @@ Purchase: <%= controller.action_name %> <%= stylesheet_link_tag 'scaffold' %> + <%= stylesheet_link_tag 'videostore', :media => "all" %> + +

<%= flash[:notice] %>

<%= flash[:error] %>

-<%= yield %> +
+ <%= yield :layout %> +
diff --git a/public/stylesheets/videostore.css b/public/stylesheets/videostore.css new file mode 100644 index 0000000..e2de91b --- /dev/null +++ b/public/stylesheets/videostore.css @@ -0,0 +1,13 @@ +h1#header { + font: 400% sans-serif; + color: yellow; + padding: 0em; + margin: 0em; +} + +div#header { + background-color: green; + height: 8em; + margin: 0em; + text-align: center; +}