aboutsummaryrefslogtreecommitdiffstats
path: root/lib/views/general/custom_css.rhtml
diff options
context:
space:
mode:
authorDavid Cabo <david@calibea.com>2011-07-19 15:45:06 +0200
committerDavid Cabo <david@calibea.com>2011-07-19 15:45:06 +0200
commitbf3c5bca65040a617dbed55b523978d75ed118f1 (patch)
tree8ccc16b5ef8b94f68607d7d70f6fc2f143c627a7 /lib/views/general/custom_css.rhtml
parentb6f4b8045a6bfa240260482113c05f470f674351 (diff)
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
Diffstat (limited to 'lib/views/general/custom_css.rhtml')
-rw-r--r--lib/views/general/custom_css.rhtml7
1 files changed, 7 insertions, 0 deletions
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