Skip to content

Commit 2d934b2

Browse files
committed
Update app.css
Solve the problem that: When open the index.html by IE11, contents of the footer aren't top-align.
1 parent 460ed8d commit 2d934b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/css/app.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ input[type='radio'] { border: 0; }
2323
}
2424
#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; }
2525
#footer a { vertical-align: top; color: #fff; }
26+
#footer span { vertical-align: top;}
2627
.clr:after { clear:both; content:"."; display: block; height:0; visibility: hidden; line-height:0; font-size:0; }
2728

2829
.ir { border: 0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; }

0 commit comments

Comments
 (0)