Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix(layout): updates layout attributes in index template
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmesserle committed Nov 18, 2014
1 parent 899a316 commit 669d004
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/config/template/index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<script src="docs-demo-scripts.js"></script>
<link rel="stylesheet" href="docs.css">
</head>
<body layout="horizontal">
<body layout="row">

<md-sidenav layout="vertical"
<md-sidenav layout="column"
class="md-sidenav-left md-whiteframe-z2"
md-component-id="left"
md-is-locked-open="$media('md')">
Expand Down Expand Up @@ -49,7 +49,7 @@ <h1 class="md-toolbar-tools" style="padding-top:25px;">

</md-sidenav>

<div layout="vertical" layout-fill tabIndex="-1" role="main">
<div layout="column" layout-fill tabIndex="-1" role="main">
<md-toolbar md-theme="indigo" class="md-medium-tall app-toolbar">

<div class="md-toolbar-tools" ng-click="openMenu()">
Expand All @@ -60,7 +60,7 @@ <h1 class="md-toolbar-tools" style="padding-top:25px;">
<p hide show-sm ng-if="menu.currentSection.name">
{{menu.currentSection.name}}
</p>
<span layout="vertical" layout-align="center center" class="menu-separator-icon"
<span layout="column" layout-align="center center" class="menu-separator-icon"
ng-if="menu.currentPage">
<img style="height: 16px;" src="img/docArrow.png" alt="" aria-hidden="true" hide block-sm>
</span>
Expand Down

0 comments on commit 669d004

Please sign in to comment.