Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(302)

Unified Diff: pkg/analyzer_plugin/tool/spec/to_html.dart

Issue 2800283002: updates to the analysis server generated spec doc (Closed)
Patch Set: revert a change from a separate CL Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analyzer_plugin/tool/spec/from_html.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « pkg/analyzer_plugin/tool/spec/from_html.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698