From 5b67ac7f0a5b8bafc45794cbaf311987da0522fd Mon Sep 17 00:00:00 2001 From: Andreas N Date: Sun, 18 Jan 2015 00:23:55 +0100 Subject: [PATCH] added template css file --- app/views/user/show.css.erb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/views/user/show.css.erb diff --git a/app/views/user/show.css.erb b/app/views/user/show.css.erb new file mode 100644 index 00000000..9a5f71d6 --- /dev/null +++ b/app/views/user/show.css.erb @@ -0,0 +1,5 @@ +/* TODO: Add image link to background with url() */ + +.profile--header { + background: #49298A; +} \ No newline at end of file