diff --git a/download.html b/download.html
index 116223b..3e4fb01 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 be4294d..fbeb947 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 f10f0c5..0bc6409 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 545b5e7..b05301a 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']) {