Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down
12 changes: 6 additions & 6 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ <h2>Arrow configuration</h2>
</div>

<footer id='footer'>
&copy; 2012 By <a href='http://icreateui.com'>Simon Højberg</a>
&middot;
Follow me on twitter: <a href='https://twitter.com/shojberg'>@shojberg</a>
&middot;
Checkout the source on <a href='https://github.com/hojberg/cssarrowplease'>github</a>
&middot;
<span>&copy; 2012 By <span/><a href='http://icreateui.com'>Simon Højberg</a>
<span>&middot;
Follow me on twitter: <span/><a href='https://twitter.com/shojberg'>@shojberg</a>
<span>&middot;
Checkout the source on <span/><a href='https://github.com/hojberg/cssarrowplease'>github</a>
<span>&middot;<span/>
<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>
</footer>

Expand Down