fix empty href

This commit is contained in:
Davide Alberani 2015-03-28 12:54:46 +01:00
parent a93cd5996d
commit 561393538e

View file

@ -1,4 +1,8 @@
/* fix styling for empty href */
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }
/* margins for lists */
.top5 { margin-top: 5px; } .top5 { margin-top: 5px; }
.top10 { margin-top: 10px; } .top10 { margin-top: 10px; }
.top15 { margin-top: 15px; } .top15 { margin-top: 15px; }