Unverified Commit a14989b3 authored by yusuf-goog's avatar yusuf-goog Committed by GitHub

Tweaking CSS to make object docs more legible. (#133711)

Bug:None

*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.*

*List which issues are fixed by this PR. You must list at least one issue.*

*If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
parent c57e4e79
......@@ -30,6 +30,15 @@ section.summary h2 {
border-bottom: none;
}
section.summary .name {
font-size: 1.5em;
margin-right: 0.2em;
}
section.summary .returntype {
font-style:italic;
}
pre {
margin: 0 0 15px 0;
padding: 8px 12px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment