File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -169,10 +169,20 @@ li {
169
169
}
170
170
171
171
172
+ # sidebar # content-list .tutorial {
173
+ list-style : none;
174
+ text-indent : -1.2em ;
175
+ }
176
+
177
+ # sidebar # content-list .tutorial .level-0 {
178
+ text-indent : 0 ;
179
+ }
180
+
181
+
172
182
# content-list {
173
183
background : # fff ;
174
184
padding : 1em 0.4em 1em 2em ;
175
- margin : 0.95em -1 em -1em -0.6em ;
185
+ margin : 0.95em -0.95 em -1em -0.6em ;
176
186
line-height : 1.5em ;
177
187
}
178
188
Original file line number Diff line number Diff line change 56
56
< input type ="text " name ="search " id ="search-box " placeholder ="search the docs "
57
57
tabindex ="1 " accesskey ="s ">
58
58
59
- < ul id ="content-list ">
59
+ < ul id ="content-list " ng:class =" sectionId " >
60
60
< li ng:repeat ="page in pages.$filter(search) " ng:class ="getClass(page) ">
61
61
< a href ="{{getUrl(page)}} " ng:class ="selectedPartial(page) "
62
62
ng:bind ="page.shortName "
You can’t perform that action at this time.
0 commit comments