File tree Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ analyzer:
5
5
- test_package/doc/api
6
6
- test_package_bad/
7
7
- doc/api/
8
+ - pub.dartlang.org/
Original file line number Diff line number Diff line change @@ -475,6 +475,11 @@ ol#sidebar {
475
475
list-style : none;
476
476
padding : 0 ;
477
477
font-size : 14px ;
478
+ line-height : 24px ;
479
+ }
480
+
481
+ ol # sidebar li {
482
+ text-overflow : ellipsis;
478
483
overflow : hidden;
479
484
}
480
485
@@ -490,8 +495,8 @@ ol#sidebar li.section-title {
490
495
}
491
496
492
497
ol # sidebar li : first-child {
493
- padding-top : 0 px ;
494
- margin-top : 0 px ;
498
+ padding-top : 0 ;
499
+ margin-top : 0 ;
495
500
}
496
501
497
502
# sidenav-toggle {
Original file line number Diff line number Diff line change 1
1
< section class ="desc markdown ">
2
2
3
3
{{^hasDocumentation}}
4
- < p class ="no-docs "> ( Not documented.) </ p >
4
+ < p class ="no-docs "> Not documented.</ p >
5
5
{{/hasDocumentation}}
6
6
7
7
{{{ documentationAsHtml }}}
Original file line number Diff line number Diff line change 4
4
< div class ="container-fluid ">
5
5
< div class ="container ">
6
6
< p class ="text-center ">
7
-
8
- < span class ="copyright no-break "> {{package.name}} {{package.version}}</ span >
7
+ < span class ="no-break ">
8
+ {{package.name}} {{package.version}} api docs
9
+ </ span >
9
10
•
10
11
< span class ="copyright no-break ">
11
- < a href ="https://www.dartlang.org "> < img src ="static-assets/favicon.png " alt ="Dart " title ="Dart "
12
- width ="24 " height ="24 "> </ a > API Docs
12
+ < a href ="https://www.dartlang.org ">
13
+ < img src ="static-assets/favicon.png " alt ="Dart " title ="Dart "width ="16 " height ="16 ">
14
+ </ a >
13
15
</ span >
14
16
•
15
17
< span class ="copyright no-break ">
16
- < a href ="http://creativecommons.org/licenses/by-sa/4.0/ "> cc license</ a >
18
+ < a href ="http://creativecommons.org/licenses/by-sa/4.0/ "> cc license</ a >
17
19
</ span >
18
20
</ p >
19
21
</ div >
You can’t perform that action at this time.
0 commit comments