styles for qrcode image
This commit is contained in:
parent
54232645ae
commit
40ad5a22ad
@ -22,7 +22,7 @@ or see http://www.gnu.org/licenses/agpl.txt.
|
||||
/* page setup */
|
||||
body
|
||||
{
|
||||
margin: 10;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------------------ */
|
||||
@ -38,6 +38,13 @@ body
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
/* qrcode image for modern browsers */
|
||||
#qrcode
|
||||
{
|
||||
display:block;
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
/* qrcode table for IE8 */
|
||||
.qrcode
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user