Skip to content

Commit 4fa3b3e

Browse files
committed
🚽 duplication
1 parent 4cd0746 commit 4fa3b3e

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

examples/html.php

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,14 @@
3434
padding: 0;
3535
}
3636

37-
/* row element */
37+
/* rows */
3838
div.qrcode > div {
3939
margin: 0;
4040
padding: 0;
4141
height: 10px;
4242
}
4343

44-
/* column element(s) */
45-
div.qrcode > div > span,
44+
/* modules */
4645
div.qrcode > div > span {
4746
display: inline-block;
4847
width: 10px;
@@ -52,11 +51,6 @@
5251
div.qrcode > div > span {
5352
background-color: #ccc;
5453
}
55-
56-
div.qrcode > div > span {
57-
background-color: #fff;
58-
}
59-
6054
</style>
6155
</head>
6256
<body>

0 commit comments

Comments
 (0)