From 460ed8d051fc906555484bd9ff55b7d7f744b26f Mon Sep 17 00:00:00 2001 From: Fental Date: Mon, 30 Mar 2015 22:15:25 +0800 Subject: [PATCH 1/2] Update index.html Solve the problem that: When open the index.html by IE11, contents of the footer aren't top-align. --- public/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/index.html b/public/index.html index c336ad7..6d2368c 100644 --- a/public/index.html +++ b/public/index.html @@ -64,12 +64,12 @@

Arrow configuration

From 2d934b2c12db0cd3675114e8ef5cee3f11d43373 Mon Sep 17 00:00:00 2001 From: Fental Date: Mon, 30 Mar 2015 22:16:14 +0800 Subject: [PATCH 2/2] Update app.css Solve the problem that: When open the index.html by IE11, contents of the footer aren't top-align. --- public/css/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/app.css b/public/css/app.css index fbf43dc..b26892c 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -23,6 +23,7 @@ input[type='radio'] { border: 0; } } #footer { padding-top: 10px; font-size: 13px; color: rgba(255, 255, 255, 0.7); text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); border-top: 1px solid #797f85; border-top-color: rgba(0, 0, 0, 0.15); box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2); vertical-align: top; text-align: center; } #footer a { vertical-align: top; color: #fff; } +#footer span { vertical-align: top;} .clr:after { clear:both; content:"."; display: block; height:0; visibility: hidden; line-height:0; font-size:0; } .ir { border: 0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; }