Commit df371fc2 authored by Kenton Varda's avatar Kenton Varda

Fix sidebar alignment for new logo.

parent 37042077
doc/images/logo.png

61.2 KB | W: | H:

doc/images/logo.png

60.8 KB | W: | H:

doc/images/logo.png
doc/images/logo.png
doc/images/logo.png
doc/images/logo.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -22,7 +22,7 @@ function initSidebar() {
var y = (window.pageYOffset !== undefined) ? window.pageYOffset :
(document.documentElement || document.body.parentNode || document.body).scrollTop;
if (y < 410 || window.innerHeight < menu.clientHeight + 100) {
if (y < 444 || window.innerHeight < menu.clientHeight + 100) {
menu.className = "";
} else {
menu.className = "floating";
......
......@@ -542,7 +542,7 @@ body.wide #corner_hack>div, body.normal #corner_hack>div {
body.wide #menu, body.normal #menu {
position: absolute;
left: 50px;
top: 460px;
top: 494px;
width: 250px;
z-index: 10;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment