summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-02-17 12:49:42 +0100
committerhukl <contact@smyck.org>2009-02-17 12:49:42 +0100
commit3d3b786cc43266f6292f5edd25733dbb9bd6ed06 (patch)
tree8504374fb6f68e382d8e338be4f8933964ee5cd0
parentb68af220a471912954f67fa004e2edfae0ddea94 (diff)
added admin layout - more to come
-rw-r--r--app/views/layouts/admin.html.erb2
-rw-r--r--public/stylesheets/admin.css4
2 files changed, 5 insertions, 1 deletions
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 @@
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
7 7
8 <title>untitled</title> 8 <title>untitled</title>
9 9 <%= stylesheet_link_tag 'admin' %>
10 </head> 10 </head>
11 11
12 <body> 12 <body>
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 @@
1body {
2 font-family: Arial, sans-serif;
3 font-size: 10pt;
4} \ No newline at end of file