From bf3c5bca65040a617dbed55b523978d75ed118f1 Mon Sep 17 00:00:00 2001 From: David Cabo Date: Tue, 19 Jul 2011 15:45:06 +0200 Subject: Improved handling of static assets in themes: - Symbolic link created automatically during install (and removed when uninstall) - As an example, replaced the default logo with a new image --- lib/views/general/custom_css.rhtml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/views/general/custom_css.rhtml') diff --git a/lib/views/general/custom_css.rhtml b/lib/views/general/custom_css.rhtml index 53fc399..8c08899 100644 --- a/lib/views/general/custom_css.rhtml +++ b/lib/views/general/custom_css.rhtml @@ -6,3 +6,10 @@ h1 { color: blue ! important; } + +#header h1 a { + background-image: url("../alavetelitheme/images/navimg/new-alaveteli-logo.png"); + width: 212px; + height: 87px; + margin-left: 5px; +} \ No newline at end of file -- cgit v1.2.3