Skip to content

Instantly share code, notes, and snippets.

@renier
renier / dabblet.css
Created August 8, 2013 18:04 — forked from anonymous/dabblet.css
Untitled
.arrowRight:after {
content: "\27A1"; /* Unicode block arrow */
font-size: 2em; /* Make it big */
display: inline-block; /* Give it block properties (margin/padding) without putting in a new line */
vertical-align: middle; /* Align it in relation to its neighbors */
text-decoration: none; /* Inside a link, don't underline this part */
color: #1a96c6;
margin-right: 5px; /* Breathing room */
position: relative; /* Needed to make top/left work */
top: -0.08em; /* Fudge it up a bit */