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].*
This commit is contained in:
parent
c57e4e79a2
commit
a14989b3bf
@ -30,6 +30,15 @@ section.summary h2 {
|
|||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
section.summary .name {
|
||||||
|
font-size: 1.5em;
|
||||||
|
margin-right: 0.2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
section.summary .returntype {
|
||||||
|
font-style:italic;
|
||||||
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
margin: 0 0 15px 0;
|
margin: 0 0 15px 0;
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user