Removed blank space above taskbar

This commit is contained in:
Shivam 2014-05-24 16:04:02 -04:00
parent 0411b0988c
commit faf1f3e01d
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
margin-right: -10px;
left:0;
right:0;
top: 10px;
top: 0px;
z-index:100;
}

View File

@ -20,4 +20,4 @@
<form action="/__CONTENT__/" method="GET"><input type="submit" value="Home" id="kiwixhome" /></form>
<form method="GET" action="/search" id="kiwixsearchform"><input type="hidden" name="content" value="__CONTENT__" /><input type="submit" id="kiwixsearch" value="Search" /><input type="text" id="kiwixsearchbox" name="pattern" /></form>
</span>
<div style="display: block; height: 45px;"></div>
<div style="display: block; height: 35px;"></div>