From ff12c85053ffb9a2cf568a13386aa6cdd116e594 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Wed, 4 Apr 2012 19:54:38 +0400 Subject: [PATCH] Remove white squre block under SearchBox --- assets/stylesheets/doxygen.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/assets/stylesheets/doxygen.css b/assets/stylesheets/doxygen.css index 2523cc1..9026abc 100644 --- a/assets/stylesheets/doxygen.css +++ b/assets/stylesheets/doxygen.css @@ -1,7 +1,4 @@ -/* Tabs margins */ -div.MSearchBoxInactive{ - margin-top: +4em; -} li#searchli { - margin-top: -12px; + width: 0px; + height: 0px; }