Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

Commit

Permalink
removing float right style which actually causes snippets div to be i…
Browse files Browse the repository at this point in the history
…ncorrectly placed on small screens
  • Loading branch information
Jacob Wasilkowski committed Feb 1, 2016
1 parent 9a92102 commit 926a24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h4 class="page-header list-group-category">Patterns</h4>
<div ng-view="" ng-class="{'col-sm-9': (examplesLeftNavShow || patternsLeftNavShow)}"></div>

<!-- source code snippets -->
<div ng-controller="SnippetsCtrl" class="col-sm-9 pull-right" style="display:none;" ng-style="{display: (examplesLeftNavStyle || patternsLeftNavStyle)}">
<div ng-controller="SnippetsCtrl" class="col-sm-9" style="display:none;" ng-style="{display: (examplesLeftNavStyle || patternsLeftNavStyle)}">
<ul ng-show="tabs" class="nav nav-tabs" ng-select ng-model="currentTab" select-class="{'active': $optSelected}">
<li ng-repeat="tab in tabs" ng-select-option="tab">
<a href="">{{ tab }}</a>
Expand Down

0 comments on commit 926a24b

Please sign in to comment.