From 3d3b786cc43266f6292f5edd25733dbb9bd6ed06 Mon Sep 17 00:00:00 2001 From: hukl Date: Tue, 17 Feb 2009 12:49:42 +0100 Subject: added admin layout - more to come --- app/views/layouts/admin.html.erb | 2 +- public/stylesheets/admin.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 public/stylesheets/admin.css diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb index 95161a8..8b69759 100644 --- a/app/views/layouts/admin.html.erb +++ b/app/views/layouts/admin.html.erb @@ -6,7 +6,7 @@ untitled - + <%= stylesheet_link_tag 'admin' %> diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css new file mode 100644 index 0000000..398b736 --- /dev/null +++ b/public/stylesheets/admin.css @@ -0,0 +1,4 @@ +body { + font-family: Arial, sans-serif; + font-size: 10pt; +} \ No newline at end of file -- cgit v1.3