ihover fit height, thank you anonymous

This commit is contained in:
James Campos 2011-05-14 11:29:58 -07:00
parent 81280dd548
commit ed9d2770ff
2 changed files with 10 additions and 0 deletions

View File

@ -2440,6 +2440,11 @@
#qp, #iHover {\
position: fixed;\
}\
\
#iHover {\
width: auto;\
max-height: 100%;\
}\
\
#navlinks {\
position: fixed;\

View File

@ -1908,6 +1908,11 @@ main =
position: fixed;
}
#iHover {
width: auto;
max-height: 100%;
}
#navlinks {
position: fixed;
top: 25px;