Rev 10595 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
/* Special Media queries for Latex2WIMS in standard theme */
/* Large screens */
@media only screen and (min-width: 64.063em) {
/*display l2w left toc under wimsmenumodubox */
#wimspagebox{position:relative;}
#wimsdoc #left_toc, #wimsdoc #wimsmenumodubox{
position: absolute;
max-width: 160px;
box-sizing: content-box;
}
#wimsdoc #wimsmenumodubox{
/*top:0;
margin-top:-2.3em;*/
padding-top:0;
padding-bottom: 0;
}
#wimsdoc #left_toc{
left:0;
margin:0;
top:9.5em;
min-width:10em;
}
}