mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-19 16:10:22 +00:00
docs:css: remove bullet points from tutorial sidebar
This commit is contained in:
parent
28e84ca167
commit
7b32c71386
2 changed files with 12 additions and 2 deletions
|
|
@ -169,10 +169,20 @@ li {
|
|||
}
|
||||
|
||||
|
||||
#sidebar #content-list.tutorial {
|
||||
list-style: none;
|
||||
text-indent: -1.2em;
|
||||
}
|
||||
|
||||
#sidebar #content-list.tutorial .level-0 {
|
||||
text-indent: 0;
|
||||
}
|
||||
|
||||
|
||||
#content-list {
|
||||
background: #fff;
|
||||
padding: 1em 0.4em 1em 2em;
|
||||
margin: 0.95em -1em -1em -0.6em;
|
||||
margin: 0.95em -0.95em -1em -0.6em;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@
|
|||
<input type="text" name="search" id="search-box" placeholder="search the docs"
|
||||
tabindex="1" accesskey="s">
|
||||
|
||||
<ul id="content-list">
|
||||
<ul id="content-list" ng:class="sectionId">
|
||||
<li ng:repeat="page in pages.$filter(search)" ng:class="getClass(page)">
|
||||
<a href="{{getUrl(page)}}" ng:class="selectedPartial(page)"
|
||||
ng:bind="page.shortName"
|
||||
|
|
|
|||
Loading…
Reference in a new issue