I abstracted out a .no-bullets css class since we needed the same logic for multiple <ul> tags.
This made the .cast-section style empty, so I deleted it.
I created a .clickable class to add the pointer cursor.
I also went a little OCD on the common.less and nav.less files by converting all tabs to spaces and getting consistent indentation on all the elements.
Fixes #102
.no-bullets
css class since we needed the same logic for multiple<ul>
tags..cast-section
style empty, so I deleted it..clickable
class to add the pointer cursor.common.less
andnav.less
files by converting all tabs to spaces and getting consistent indentation on all the elements.