diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs.css | 3 | ||||
| -rw-r--r-- | docs/index.html | 24 |
2 files changed, 11 insertions, 16 deletions
diff --git a/docs/docs.css b/docs/docs.css index dfacfbe2..55002f48 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -18,9 +18,6 @@ a { height: 3.5em; } -#page { -} - #sidebar, #section { position: absolute; diff --git a/docs/index.html b/docs/index.html index 01c78fbf..cabfe6cd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -29,19 +29,17 @@ <a href="index.html"><span class="angular"><angular/></span> Docs</a> </h1> </div> - <div id="page"> - <div id="sidebar"> - <input type="text" name="filterText" placeholder="search documentaiton"/> - <ul> - <li ng:repeat="page in pages.$filter(filterText)" ng:class="getClass(page)"> - <a href="{{getUrl(page)}}" ng:click="">{{page.name | short}}</a> - </li> - </ul> - </div> - <div id="section"> - <a id="feedback" ng:href="{{getFeedbackUrl()}}">Report an Issue or Ask a Question</a> - <ng:include src="getCurrentPartial()" onload="afterPartialLoaded()"></ng:include> - </div> + <div id="sidebar"> + <input type="text" name="filterText" placeholder="search documentaiton"/> + <ul> + <li ng:repeat="page in pages.$filter(filterText)" ng:class="getClass(page)"> + <a href="{{getUrl(page)}}" ng:click="">{{page.name | short}}</a> + </li> + </ul> + </div> + <div id="section"> + <a id="feedback" ng:href="{{getFeedbackUrl()}}">Report an Issue or Ask a Question</a> + <ng:include src="getCurrentPartial()" onload="afterPartialLoaded()"></ng:include> </div> </body> </html> |
