1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00
This commit is contained in:
Lu Wang 2013-01-29 02:42:39 +08:00
parent c00a83723c
commit f3b31362e1

View File

@ -54,6 +54,10 @@
#pdf-outline.opened + #pdf-main { #pdf-outline.opened + #pdf-main {
left:200px; left:200px;
} }
/*
* The followings are base classes, which are meant to be override by PDF specific classes
* So do not increase the specificity
*/
.d { /* page decoration */ .d { /* page decoration */
position:relative; position:relative;
margin: 13px auto; margin: 13px auto;