2015-03-21 13:17:28 +01:00
|
|
|
|
2015-04-05 09:28:08 +02:00
|
|
|
/* nav-bar padding */
|
|
|
|
body { padding-top: 54px; }
|
|
|
|
|
2015-03-28 12:54:46 +01:00
|
|
|
/* fix styling for empty href */
|
|
|
|
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }
|
|
|
|
|
|
|
|
/* margins for lists */
|
2015-03-21 13:17:28 +01:00
|
|
|
.top5 { margin-top: 5px; }
|
|
|
|
.top10 { margin-top: 10px; }
|
|
|
|
.top15 { margin-top: 15px; }
|
|
|
|
.top20 { margin-top: 20px; }
|
|
|
|
.top30 { margin-top:30px; }
|
|
|
|
|