Commit 3609e5bb0225b86dd232c2d079687a846f1421e4
1 parent
d7d56db1
Exists in
master
and in
2 other branches
Added categories on header
Showing
3 changed files
with
13 additions
and
0 deletions
Show diff stats
header.rhtml
style.css
@@ -117,6 +117,9 @@ body { | @@ -117,6 +117,9 @@ body { | ||
117 | border-radius: 5px; | 117 | border-radius: 5px; |
118 | } | 118 | } |
119 | 119 | ||
120 | +#categories_menu { | ||
121 | + display: none; | ||
122 | +} | ||
120 | /* Search Button */ | 123 | /* Search Button */ |
121 | #search-button a { | 124 | #search-button a { |
122 | display: inline-block; | 125 | display: inline-block; |