| Index: pkg/analyzer_plugin/tool/spec/to_html.dart
|
| diff --git a/pkg/analyzer_plugin/tool/spec/to_html.dart b/pkg/analyzer_plugin/tool/spec/to_html.dart
|
| index e14a6a19f002a5b708e4e49ca73bd250727dec66..b5096d1d64f845aaa4b4084e2da192730eea6aae 100644
|
| --- a/pkg/analyzer_plugin/tool/spec/to_html.dart
|
| +++ b/pkg/analyzer_plugin/tool/spec/to_html.dart
|
| @@ -34,10 +34,6 @@ body {
|
| -webkit-font-smoothing: auto;
|
| }
|
|
|
| -h1 {
|
| - text-align: center;
|
| -}
|
| -
|
| h2, h3, h4, h5 {
|
| margin-bottom: 0;
|
| }
|
| @@ -113,6 +109,10 @@ a:focus, a:hover {
|
| text-decoration: underline;
|
| }
|
|
|
| +.deprecated {
|
| + text-decoration: line-through;
|
| +}
|
| +
|
| /* Styles for index */
|
|
|
| .subindex {
|
|
|