From 4fa3b3e5bc1c64f06511ce67fbfdfd057e1474e9 Mon Sep 17 00:00:00 2001 From: smiley Date: Thu, 28 Dec 2017 13:26:05 +0100 Subject: [PATCH] :toilet: duplication --- examples/html.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/examples/html.php b/examples/html.php index 1d1ff03a0..aa5305d24 100644 --- a/examples/html.php +++ b/examples/html.php @@ -34,15 +34,14 @@ header('Content-Type: text/html; charset=utf-8'); padding: 0; } - /* row element */ + /* rows */ div.qrcode > div { margin: 0; padding: 0; height: 10px; } - /* column element(s) */ - div.qrcode > div > span, + /* modules */ div.qrcode > div > span { display: inline-block; width: 10px; @@ -52,11 +51,6 @@ header('Content-Type: text/html; charset=utf-8'); div.qrcode > div > span { background-color: #ccc; } - - div.qrcode > div > span { - background-color: #fff; - } -