infrabel / themes-gnap

Standardized build to produce web themes for use with GNaP.
http://gnap.io/
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Theme logo in HTML has a class name 'team-logo' #89

Open sroosen opened 9 years ago

sroosen commented 9 years ago

Change the class name to theme-logo

<div class="navbar-header pull-left">
    <a href="/" class="navbar-brand">
        <small>
            <i class="team-logo"></i>
            <!-- CompanyName -->
        </small>
    </a>
</div>