Skip to content

Commit 8e90ca7

Browse files
committed
css tweaks
1 parent 23c6f58 commit 8e90ca7

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

.analysis_options

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ analyzer:
55
- test_package/doc/api
66
- test_package_bad/
77
- doc/api/
8+
- pub.dartlang.org/

lib/resources/styles.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,11 @@ ol#sidebar {
475475
list-style: none;
476476
padding: 0;
477477
font-size: 14px;
478+
line-height: 24px;
479+
}
480+
481+
ol#sidebar li {
482+
text-overflow: ellipsis;
478483
overflow: hidden;
479484
}
480485

@@ -490,8 +495,8 @@ ol#sidebar li.section-title {
490495
}
491496

492497
ol#sidebar li:first-child {
493-
padding-top: 0px;
494-
margin-top: 0px;
498+
padding-top: 0;
499+
margin-top: 0;
495500
}
496501

497502
#sidenav-toggle {

lib/templates/_footer.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@
88
<span class="copyright no-break">{{package.name}} {{package.version}}</span>
99
&bull;
1010
<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
11+
apis
12+
<a href="https://www.dartlang.org">
13+
<img src="static-assets/favicon.png" alt="Dart" title="Dart"width="16" height="16">
14+
</a>
15+
docs
1316
</span>
1417
&bull;
1518
<span class="copyright no-break">

0 commit comments

Comments
 (0)