We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd0746 commit 4fa3b3eCopy full SHA for 4fa3b3e
examples/html.php
@@ -34,15 +34,14 @@
34
padding: 0;
35
}
36
37
- /* row element */
+ /* rows */
38
div.qrcode > div {
39
margin: 0;
40
41
height: 10px;
42
43
44
- /* column element(s) */
45
- div.qrcode > div > span,
+ /* modules */
46
div.qrcode > div > span {
47
display: inline-block;
48
width: 10px;
@@ -52,11 +51,6 @@
52
51
53
background-color: #ccc;
54
55
-
56
- div.qrcode > div > span {
57
- background-color: #fff;
58
- }
59
60
</style>
61
</head>
62
<body>
0 commit comments