diff --git a/download.html b/download.html
index 116223b545d28dec68c41d90bd046700d62cadcd..3e4fb01270782157653bf7c4feb118370d47e5d4 100644
--- a/download.html
+++ b/download.html
@@ -177,7 +177,7 @@
}
if (document.getElementsByName('grid')[0].checked === true) {
- mincss += ".row{display:block;line-height:2em;margin-top:2%;height:2em}.ie column{margin:auto .7%}column{display:inline-block;float:left;margin:auto 1%}.c10{width:98%}.c9{width:88%}.c8{width:78%}.c7{width:68%}.c6{width:58%}.c5{width:48%}.c4{width:38%}.c3{width:28%}.c2{width:18%}.c1{width:8%}@media(max-width:720px){row [class*='c']{width:100%;display:block;margin:1% auto}row:last-child column{margin-bottom:2.5em}}";
+ mincss += ".row{display:block;line-height:2em;margin-top:2%;height:2em}.ie column{margin:auto .7%}column{display:inline-block;float:left;margin:auto 1%}.c10{width:98%}.c9{width:88%}.c8{width:78%}.c7{width:68%}.c6{width:58%}.c5{width:48%}.c4{width:38%}.c3{width:28%}.c2{width:18%}.c1{width:8%}@media(max-width:720px){.row [class*='c']{width:100%;display:block;margin:1% auto}.row:last-child column{margin-bottom:2.5em}}";
details.grid = true;
var det = getNums(document.getElementsByName('grid')[0].parentElement.innerText);
details.total += det[0];
diff --git a/index.html b/index.html
index be4294db22407465251d38d580cef02386acbd33..fbeb947846530ede80aa6d761fdded57b930690c 100644
--- a/index.html
+++ b/index.html
@@ -23,7 +23,7 @@
.light {
background-color: rgb(223, 223, 223);
}
-
min min the tiny framework · on github h1 title h1 h2 h3 h4 h5 h6 $ # Widgets Sold Revenue (£) Profit (£) 1 5 10 2 2 10 20 4 3 500 1000 200
Watch out! You don't have H9RBS.js installed.Great! You successfully frobjugated the minlingator's snorbdralob.Hey! You've got four thousand new grabjalognibs!
✉ ✰ ☁ ⌚ ⌘ ☎ ✈ ☑ ☒ ♂ ♀ ⌛ ☀ ☮ ☢ ☠ ☣ ⌨ ⓧ © § ® ⌂ ℗ ☺ ☻ ☼ ⇦ ⇧ ⇨ ⇩ ∡ ∿ ⊝ ⊘ ⌂ ♠ ♣ ♥ ♦ ♪ ♫ ♭ ♮ ♯
Download
+ min min the tiny framework · on github h1 title h1 h2 h3 h4 h5 h6 $ # Widgets Sold Revenue (£) Profit (£) 1 5 10 2 2 10 20 4 3 500 1000 200
Watch out! You don't have H9RBS.js installed.Great! You successfully frobjugated the minlingator's snorbdralob.Hey! You've got four thousand new grabjalognibs!
✉ ✰ ☁ ⌚ ⌘ ☎ ✈ ☑ ☒ ♂ ♀ ⌛ ☀ ☮ ☢ ☠ ☣ ⌨ ⓧ © § ® ⌂ ℗ ☺ ☻ ☼ ⇦ ⇧ ⇨ ⇩ ∡ ∿ ⊝ ⊘ ⌂ ♠ ♣ ♥ ♦ ♪ ♫ ♭ ♮ ♯
Download
diff --git a/min.less b/min.less
index f10f0c55bbc9c1f7eae2ef93c30accbfb2fde0a6..0bc640959896f1bd167dfd533d4f0ccbd752dbb9 100644
--- a/min.less
+++ b/min.less
@@ -293,12 +293,12 @@ column {
width: 8%
}
@media (max-width:720px) {
- row [class*="c"]{
+ .row [class*="c"]{
width: 100%;
display: block;
margin: 1% auto;
}
- row:last-child column {
+ .row:last-child column {
margin-bottom: 2.5em;
}
}
diff --git a/mingziphotlink.php b/mingziphotlink.php
index 545b5e7078e217f8e15e465684e78ec88c54bcf4..b05301ac7aa6c7a7d92ef0663409054219452595 100644
--- a/mingziphotlink.php
+++ b/mingziphotlink.php
@@ -40,7 +40,7 @@ $totalcss .= "ico{font-size:1.9375em;font-family:Lucida Sans Unicode,Lucida Gran
}
if ($_GET['grid']) {
-$totalcss .= ".row{display:block;line-height:2em;margin-top:2%;height:2em}.ie column{margin:auto .7%}column{display:inline-block;float:left;margin:auto 1%}.c10{width:98%}.c9{width:88%}.c8{width:78%}.c7{width:68%}.c6{width:58%}.c5{width:48%}.c4{width:38%}.c3{width:28%}.c2{width:18%}.c1{width:8%}@media(max-width:720px){row [class*='c']{width:100%;display:block;margin:1% auto}row:last-child column{margin-bottom:2.5em}}";
+$totalcss .= ".row{display:block;line-height:2em;margin-top:2%;height:2em}.ie column{margin:auto .7%}column{display:inline-block;float:left;margin:auto 1%}.c10{width:98%}.c9{width:88%}.c8{width:78%}.c7{width:68%}.c6{width:58%}.c5{width:48%}.c4{width:38%}.c3{width:28%}.c2{width:18%}.c1{width:8%}@media(max-width:720px){.row [class*='c']{width:100%;display:block;margin:1% auto}.row:last-child column{margin-bottom:2.5em}}";
}
if ($_GET['iehacks']) {