From 3609e5bb0225b86dd232c2d079687a846f1421e4 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Tue, 15 Oct 2013 14:16:34 -0300 Subject: [PATCH] Added categories on header --- categories.rhtml | 7 +++++++ header.rhtml | 3 +++ style.css | 3 +++ 3 files changed, 13 insertions(+), 0 deletions(-) create mode 100644 categories.rhtml diff --git a/categories.rhtml b/categories.rhtml new file mode 100644 index 0000000..e9fcda5 --- /dev/null +++ b/categories.rhtml @@ -0,0 +1,7 @@ + diff --git a/header.rhtml b/header.rhtml index cb327bc..9953fd6 100644 --- a/header.rhtml +++ b/header.rhtml @@ -16,4 +16,7 @@
+
+ <%= render :file => 'categories.rhtml' %> +
diff --git a/style.css b/style.css index cc6874e..3bec110 100644 --- a/style.css +++ b/style.css @@ -117,6 +117,9 @@ body { border-radius: 5px; } +#categories_menu { + display: none; +} /* Search Button */ #search-button a { display: inline-block; -- libgit2 0.21.2