Fixed css bugs

This commit is contained in:
Merricx 2017-05-30 19:33:50 +07:00
parent 5bd4ca3168
commit 10c326174d
5 changed files with 15 additions and 6 deletions

View file

@ -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;

View file

@ -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>

View file

@ -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">- &nbsp; About QR Code</a></p>

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
var VERSION = '0.1.19';
var VERSION = '0.1.20';
var qr_version = 1;
var qr_pixel_size = 15;