From 5ff760648e7c54ddc616e5b47a30c05126fd1af3 Mon Sep 17 00:00:00 2001 From: Seb Bacon Date: Fri, 25 Feb 2011 17:35:28 +0000 Subject: initial commit --- lib/views/general/custom_css.rhtml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lib/views/general/custom_css.rhtml (limited to 'lib/views/general/custom_css.rhtml') diff --git a/lib/views/general/custom_css.rhtml b/lib/views/general/custom_css.rhtml new file mode 100644 index 0000000..53fc399 --- /dev/null +++ b/lib/views/general/custom_css.rhtml @@ -0,0 +1,8 @@ + +#header #tagline { + color: red; +} + +h1 { + color: blue ! important; +} -- cgit v1.2.3