diff --git a/beta.html b/beta.html index 25ce2937201e5bb7fc326189ea08ce6a3687f268..59a88f0bfea15838aa8cd363d57e0aa1b665b4cf 100644 --- a/beta.html +++ b/beta.html @@ -20,6 +20,9 @@ })(); + min

min

the tiny framework · on github





h1 title

h1

h2

h3

h4

h5
h6





$

#Widgets SoldRevenue (£)Profit (£)
15102
210204
35001000200

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!

✉ ✰ ☁ ⌚ ⌘ ☎ ✈ ☑ ☒

♂ ♀ ⌛ ☀ ☮ ☢ ☠ ☣ ⌨

ⓧ © § ® ⌂ ℗ ☺ ☻ ☼

⇦ ⇧ ⇨ ⇩ ∡ ∿ ⊝ ⊘ ⌂

♠ ♣ ♥ ♦ ♪ ♫ ♭ ♮ ♯

1091827364554637281910


+ min

min

the tiny framework · on github





h1 title

h1

h2

h3

h4

h5
h6





$

#Widgets SoldRevenue (£)Profit (£)
15102
210204
35001000200

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!

✉ ✰ ☁ ⌚ ⌘ ☎ ✈ ☑ ☒

♂ ♀ ⌛ ☀ ☮ ☢ ☠ ☣ ⌨

ⓧ © § ® ⌂ ℗ ☺ ☻ ☼

⇦ ⇧ ⇨ ⇩ ∡ ∿ ⊝ ⊘ ⌂

♠ ♣ ♥ ♦ ♪ ♫ ♭ ♮ ♯

10
91
82
73
64
55
46
37
28
19
10


diff --git a/min.less b/min.less index 96075c306d3e16b2bf84e9046b467b64e81f425a..f10f0c55bbc9c1f7eae2ef93c30accbfb2fde0a6 100644 --- a/min.less +++ b/min.less @@ -248,7 +248,7 @@ ico { /* Grid */ -row { +.row { display: block; line-height: 2em; margin-top: 2%; @@ -259,6 +259,9 @@ column { float: left; margin: auto 1%; } +.ie column{ + margin:auto .7% +} .c10 { width: 98%; } diff --git a/mingziphotlink.php b/mingziphotlink.php index 51703752b7a672f3dc9571c270cb54e636ab3b2b..545b5e7078e217f8e15e465684e78ec88c54bcf4 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}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']) {