aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/views/general/_before_head_end.rhtml1
-rw-r--r--lib/views/general/_orglink.rhtml1
-rw-r--r--lib/views/general/custom_css.rhtml15
3 files changed, 2 insertions, 15 deletions
diff --git a/lib/views/general/_before_head_end.rhtml b/lib/views/general/_before_head_end.rhtml
new file mode 100644
index 0000000..1644299
--- /dev/null
+++ b/lib/views/general/_before_head_end.rhtml
@@ -0,0 +1 @@
+<%= stylesheet_link_tag "/alavetelitheme/stylesheets/custom" %>
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