eventman/static/css/eventman.css

12 lines
268 B
CSS
Raw Normal View History

2015-03-21 13:17:28 +01:00
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; }