Hide the underline on some of the icons.

This commit is contained in:
Tim Schumacher 2014-08-31 14:26:05 +02:00
parent 8aef6ecc0f
commit f2bc90c9ae

View file

@ -13,6 +13,10 @@
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
} }
a i.icon {
text-decoration: none;
}
ul.tags { ul.tags {
padding-left: 0; padding-left: 0;
margin: 0; margin: 0;