mirror of
https://github.com/Merricx/qrazybox.git
synced 2024-11-24 11:42:58 +01:00
Fixed css bugs
This commit is contained in:
parent
5bd4ca3168
commit
10c326174d
5 changed files with 15 additions and 6 deletions
|
@ -78,6 +78,13 @@ ul {list-style: none;}
|
|||
z-index: 999;
|
||||
}
|
||||
|
||||
|
||||
.header div#header-menu {
|
||||
display: block;
|
||||
min-width: 600px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.header .icon {
|
||||
width: 40px;
|
||||
height: auto;
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
<h2>About QR Code</h2>
|
||||
<br>
|
||||
<p><b>QR code</b> (abbreviated from <b>Quick Response Code</b>) is the trademark for a type of matrix barcode (or two-dimensional barcode) first designed for the automotive industry in Japan. A QR code uses four standardized encoding modes (numeric, alphanumeric, byte/binary, and kanji) to efficiently store data. <i>(Wikipedia)</i></p>
|
||||
<p>The QR code format was created in 1994 by Japanese company Denso-Wave, which is a subsidiary of Toyota that manufactures auto components. The standard is defined in ISO/IEC 18004:2006. The use of QR codes is license-free. <i>(thonky.org)</i></p>
|
||||
<p>The QR code format was created in 1994 by Japanese company Denso-Wave, which is a subsidiary of Toyota that manufactures auto components. The standard is defined in ISO/IEC 18004:2006. The use of QR codes is license-free. <i>(thonky.com)</i></p>
|
||||
<br>
|
||||
<h4>QR Code Versions</h4>
|
||||
<br>
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
<h2>Getting Started</h2>
|
||||
<br>
|
||||
<p>Before start using QRazyBox, I assumes that you already have basic knowledge about QR Code such as data encoding, the structure, and error correction. If not, I recommend to read a wonderful tutorial from <a href="http://www.thonky.com/qr-code-tutorial/" target="blank">thonky.org</a> that'll covers how to generating QR Code step by step. Though, in the next section, we will discuss a little bit about QR Code as a summary.</p>
|
||||
<p>Before start using QRazyBox, I assumes that you already have basic knowledge about QR Code such as data encoding, the structure, and error correction. If not, I recommend to read a wonderful tutorial from <a href="http://www.thonky.com/qr-code-tutorial/" target="blank">thonky.com</a> that'll covers how to generating QR Code step by step. Though, in the next section, we will discuss a little bit about QR Code as a summary.</p>
|
||||
<br>
|
||||
<h5>Jump to :</h5>
|
||||
<p><a href="about-qr-code.html">- About QR Code</a></p>
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,5 @@
|
|||
|
||||
var VERSION = '0.1.19';
|
||||
var VERSION = '0.1.20';
|
||||
|
||||
var qr_version = 1;
|
||||
var qr_pixel_size = 15;
|
||||
|
|
Loading…
Reference in a new issue