aboutsummaryrefslogtreecommitdiffstats
path: root/lib/views/general/custom_css.rhtml
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:21:29 +0100
commit35d1318c626996251ae54b9643ba73ef30cc9dc9 (patch)
tree065064d9bb50a2b880abe9e0cb6dd11a53cf0bd5 /lib/views/general/custom_css.rhtml
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/views/general/custom_css.rhtml')
-rw-r--r--lib/views/general/custom_css.rhtml15
1 files changed, 0 insertions, 15 deletions
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