fix empty href
This commit is contained in:
parent
a93cd5996d
commit
561393538e
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
|
||||
/* fix styling for empty href */
|
||||
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }
|
||||
|
||||
/* margins for lists */
|
||||
.top5 { margin-top: 5px; }
|
||||
.top10 { margin-top: 10px; }
|
||||
.top15 { margin-top: 15px; }
|
||||
|
|
Loading…
Reference in a new issue