mirror of https://github.com/kiwix/libkiwix.git
Removed blank space above taskbar
This commit is contained in:
parent
0411b0988c
commit
faf1f3e01d
|
@ -5,7 +5,7 @@
|
||||||
margin-right: -10px;
|
margin-right: -10px;
|
||||||
left:0;
|
left:0;
|
||||||
right:0;
|
right:0;
|
||||||
top: 10px;
|
top: 0px;
|
||||||
z-index:100;
|
z-index:100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -20,4 +20,4 @@
|
||||||
<form action="/__CONTENT__/" method="GET"><input type="submit" value="Home" id="kiwixhome" /></form>
|
<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>
|
<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>
|
</span>
|
||||||
<div style="display: block; height: 45px;"></div>
|
<div style="display: block; height: 35px;"></div>
|
||||||
|
|
Loading…
Reference in New Issue