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 */
|
/* page setup */
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
margin: 10;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
@ -38,6 +38,13 @@ body
|
|||||||
text-align:center;
|
text-align:center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* qrcode image for modern browsers */
|
||||||
|
#qrcode
|
||||||
|
{
|
||||||
|
display:block;
|
||||||
|
margin: 0px auto;
|
||||||
|
}
|
||||||
|
|
||||||
/* qrcode table for IE8 */
|
/* qrcode table for IE8 */
|
||||||
.qrcode
|
.qrcode
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user