1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-08 10:50:33 +00:00

update css

This commit is contained in:
Lu Wang 2012-08-16 21:38:36 +08:00
parent 9ed6e9c325
commit f43b14dee4

View File

@ -10,18 +10,18 @@
/* for Chrome & Safari */ /* for Chrome & Safari */
-webkit-text-stroke-width:0.13px; -webkit-text-stroke-width:0.13px;
} }
#pdf-main > .p { .p {
position:relative; position:relative;
margin:13px auto; margin:13px auto;
background-color:white; background-color:white;
overflow:hidden; overflow:hidden;
display:none; display:none;
} }
.p > .l { .l {
position:absolute; position:absolute;
white-space:pre; white-space:pre;
} }
.l > ._ { ._ {
color:transparent; color:transparent;
} }
::selection{ ::selection{
@ -30,6 +30,6 @@
::-moz-selection{ ::-moz-selection{
background: rgba(168,209,255,0.5); background: rgba(168,209,255,0.5);
} }
.p > .i { .i {
position:absolute; position:absolute;
} }