mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
update css
This commit is contained in:
parent
9ed6e9c325
commit
f43b14dee4
@ -10,18 +10,18 @@
|
||||
/* for Chrome & Safari */
|
||||
-webkit-text-stroke-width:0.13px;
|
||||
}
|
||||
#pdf-main > .p {
|
||||
.p {
|
||||
position:relative;
|
||||
margin:13px auto;
|
||||
background-color:white;
|
||||
overflow:hidden;
|
||||
display:none;
|
||||
}
|
||||
.p > .l {
|
||||
.l {
|
||||
position:absolute;
|
||||
white-space:pre;
|
||||
}
|
||||
.l > ._ {
|
||||
._ {
|
||||
color:transparent;
|
||||
}
|
||||
::selection{
|
||||
@ -30,6 +30,6 @@
|
||||
::-moz-selection{
|
||||
background: rgba(168,209,255,0.5);
|
||||
}
|
||||
.p > .i {
|
||||
.i {
|
||||
position:absolute;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user