mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
small change to the generated dartdoc styles (#3290)
This commit is contained in:
parent
e1aaf39f82
commit
dd81a21c93
@ -10,6 +10,7 @@
|
|||||||
color: #111;
|
color: #111;
|
||||||
background-color: #fdfdfd;
|
background-color: #fdfdfd;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
-webkit-font-smoothing: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
@ -99,6 +100,12 @@
|
|||||||
footer p {
|
footer p {
|
||||||
color: #828282;
|
color: #828282;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Line the material icons up with their labels */
|
||||||
|
i.material-icons.md-36,
|
||||||
|
i.material-icons.md-48 {
|
||||||
|
vertical-align: bottom;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!-- The following rules are from http://google.github.io/material-design-icons/ -->
|
<!-- The following rules are from http://google.github.io/material-design-icons/ -->
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user