From 43a4757afcdf6fca63be9408599375b8eadc1990 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Thu, 26 Mar 2015 15:53:49 -0300 Subject: [PATCH] Fix search --- header.html.erb | 2 +- style.css | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/header.html.erb b/header.html.erb index cc96ff9..45843d4 100644 --- a/header.html.erb +++ b/header.html.erb @@ -51,7 +51,7 @@ diff --git a/style.css b/style.css index 71b228f..db5de78 100644 --- a/style.css +++ b/style.css @@ -3290,3 +3290,14 @@ body.action-embed-index { margin: 0; padding: 0; } + +#assets-menu { + background: white; + display: block; + position: static; + border: 0; +} + +#assets-menu a { + border: 0; +} -- libgit2 0.21.2