diff options
| -rw-r--r-- | app/views/layouts/admin.html.erb | 2 | ||||
| -rw-r--r-- | public/stylesheets/admin.css | 4 |
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 @@ | |||
| 1 | body { | ||
| 2 | font-family: Arial, sans-serif; | ||
| 3 | font-size: 10pt; | ||
| 4 | } \ No newline at end of file | ||
