Fix doc toc for small screens

Only make the toc fixed position for big screens.
This commit is contained in:
Felix Geisendörfer 2010-04-08 22:29:39 +02:00 committed by Ryan Dahl
parent 1a9c9b0c55
commit b544185bd8

View File

@ -11,13 +11,14 @@ img {
padding: 5em 0;
}
#toc {
position: fixed;
position: absolute;
top: 2em;
left: 0;
width: 8em;
font-size: 12pt;
line-height: 150%;
}
@media all and (min-height: 650px) { #toc { position: fixed; }}
#toctitle {
display: none;
}