Skip to content

Commit d792069

Browse files
committed
Merge pull request hojberg#50 from Fental/master
Hello!
2 parents aaca369 + 7b7cf63 commit d792069

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
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; }

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)