| Index: utils/dartdoc/client-live-nav.dart
|
| diff --git a/utils/dartdoc/client-live-nav.dart b/utils/dartdoc/client-live-nav.dart
|
| index 06592bcda115bb3f8129d519c210e1c7e397aa23..78e59ab09e68839acfe85d8b74d31025ac7037a7 100644
|
| --- a/utils/dartdoc/client-live-nav.dart
|
| +++ b/utils/dartdoc/client-live-nav.dart
|
| @@ -104,7 +104,7 @@ buildLibraryNavigation(StringBuffer html, library) {
|
| html.add('</li>');
|
| }
|
|
|
| - html.add('<ul>');
|
| + html.add('<ul class="icon">');
|
| types.forEach((type) => writeType(type['kind'], type));
|
| exceptions.forEach((type) => writeType('exception', type));
|
| html.add('</ul>');
|
|
|