Redo styling of the tutorial page

This commit is contained in:
Joseph Schorr 2015-04-08 15:19:01 -04:00
parent 2e3704f7ba
commit e23155b75d
5 changed files with 22 additions and 10 deletions

View file

@ -1,11 +1,6 @@
<div class="angular-tour-ui-element"
ng-class="[tour ? 'touring' : 'nottouring', inline ? 'inline' : 'overlay']">
<div class="tour-title">
<h4><i class="fa fa-dot-circle-o"></i> {{ tour.title }}</h4>
<button type="button" class="close" ng-click="stop()" aria-hidden="true">&times;</button>
</div>
<div class="tour-contents" ng-show="!supported">
Your browser does not support features required for this tour. Please upgrade and try again.
</div>