Skip to content

Commit

Permalink
Font changed from h4 to h3
Browse files Browse the repository at this point in the history
  • Loading branch information
pikopl committed Oct 8, 2016
1 parent 91ed4b6 commit 9a8c5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tpl/app_dashboard_v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h1 class="m-n font-thin h3 text-black">Tablice i statystyki parkingowe online</
<span ng-if="latestEntry.carParkLoad.font !== 'none'"><i class="fa fa-{{latestEntry.carParkLoad.font}}" style="color:{{latestEntry.carParkLoad.color}}"></i></span><span ng-if="latestEntry.carPark.name.indexOf('Parking') !== 0"> Parking</span> {{latestEntry.carPark.name}}
</div>
<div class="panel-body text-center">
<h4>{{latestEntry.freePlaceAmount}}<small> wolnych miejsc</small></h4>
<h3>{{latestEntry.freePlaceAmount}}<small> wolnych miejsc</small></h3>
<small class="text-muted block">Trend: <span ng-if="latestEntry.trend.value === 0">bez zmian</span><span ng-if="latestEntry.trend.value !== 0"><i class="fa {{latestEntry.trend.icon}}" style="color:{{latestEntry.trend.color}}"></i> {{latestEntry.trend.value}} {{latestEntry.trend.text}}</span></small>
<div class="inline">
<div ui-jq="easyPieChart" ui-options="{
Expand Down

0 comments on commit 9a8c5b3

Please sign in to comment.