Skip to content

Commit 460ed8d

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

public/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ <h2>Arrow configuration</h2>
6464
</div>
6565

6666
<footer id='footer'>
67-
&copy; 2012 By <a href='http://icreateui.com'>Simon Højberg</a>
68-
&middot;
69-
Follow me on twitter: <a href='https://twitter.com/shojberg'>@shojberg</a>
70-
&middot;
71-
Checkout the source on <a href='https://github.com/hojberg/cssarrowplease'>github</a>
72-
&middot;
67+
<span>&copy; 2012 By <span/><a href='http://icreateui.com'>Simon Højberg</a>
68+
<span>&middot;
69+
Follow me on twitter: <span/><a href='https://twitter.com/shojberg'>@shojberg</a>
70+
<span>&middot;
71+
Checkout the source on <span/><a href='https://github.com/hojberg/cssarrowplease'>github</a>
72+
<span>&middot;<span/>
7373
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://cssarrowplease.com" data-text="Simple way to create CSS arrows for tooltips and the like" data-via="shojberg">Tweet</a>
7474
</footer>
7575

0 commit comments

Comments
 (0)