From 65a2633c681425ca0ff4a57e0e01447f352828b5 Mon Sep 17 00:00:00 2001 From: Owen Versteeg Date: Mon, 27 May 2013 15:25:38 -0400 Subject: [PATCH] fixes for IE woohoo! the grid now works on IE5.5+ --- beta.html | 47 ++++++++++++++++++++++++---------------------- download.html | 2 +- index.html | 6 ++++-- min.less | 5 ++++- mingziphotlink.php | 2 +- 5 files changed, 35 insertions(+), 27 deletions(-) diff --git a/beta.html b/beta.html index 25ce293..59a88f0 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 96075c3..f10f0c5 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 5170375..545b5e7 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']) {