aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2011-10-12 16:13:32 +0100
committerSeb Bacon <seb.bacon@gmail.com>2011-10-12 16:13:32 +0100
commit7e3123d22bb41ec937478a5d5394b684feac0fd5 (patch)
treee3ea93459179de55e21d1f5643c8d2b1dc3bd74b /lib
parent61b89b2724c0e338bb1037198aed813a635b3ebe (diff)
Implement new-style Alaveteli theme (CSS is in a CSS file, plain gray styles in updated base design overridden by purple stuff here)
Diffstat (limited to 'lib')
-rw-r--r--lib/views/general/_orglink.rhtml1
-rw-r--r--lib/views/general/custom_css.rhtml15
2 files changed, 1 insertions, 15 deletions
diff --git a/lib/views/general/_orglink.rhtml b/lib/views/general/_orglink.rhtml
new file mode 100644
index 0000000..9535a79
--- /dev/null
+++ b/lib/views/general/_orglink.rhtml
@@ -0,0 +1 @@
+<%= link_to image_tag('/alavetelitheme/images/logo.png'), frontpage_url, :id=>'logo' %>
diff --git a/lib/views/general/custom_css.rhtml b/lib/views/general/custom_css.rhtml
deleted file mode 100644
index 8c08899..0000000
--- a/lib/views/general/custom_css.rhtml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-#header #tagline {
- color: red;
-}
-
-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