mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-21 20:50:07 +00:00
small CSS fix for the radio button image
This commit is contained in:
parent
c9201c6a1d
commit
87bc6c06d4
@ -65,7 +65,7 @@ void HTMLRenderer::process_form(ofstream & out)
|
||||
<< " style=\"position: absolute; left: " << x1
|
||||
<< "px; bottom: " << y1 << "px;"
|
||||
<< " width: " << width << "px; height: "
|
||||
<< std::to_string(height) << "px; \" class=\""
|
||||
<< std::to_string(height) << "px; background-size: cover;\" class=\""
|
||||
<< CSS::INPUT_RADIO_CN << "\"></div>" << endl;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user