mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-23 15:56:59 +00:00
jquery.qrcode: Set the border to unitless zero, per coding standards
Change-Id: If29cfb98c99f598a9138d59e0dfa6494138afcd9
This commit is contained in:
parent
4314ecdfd7
commit
a65f8d4439
|
@ -68,7 +68,7 @@
|
|||
$table = $( '<table></table>' )
|
||||
.css( 'width', options.width + 'px' )
|
||||
.css( 'height', options.height + 'px' )
|
||||
.css( 'border', '0px' )
|
||||
.css( 'border', '0' )
|
||||
.css( 'border-collapse', 'collapse' )
|
||||
.css( 'background-color', options.background );
|
||||
|
||||
|
|
Loading…
Reference in a new issue