Commit dd81a21c authored by Devon Carew's avatar Devon Carew

small change to the generated dartdoc styles (#3290)

parent e1aaf39f
......@@ -10,6 +10,7 @@
color: #111;
background-color: #fdfdfd;
font-weight: 300;
-webkit-font-smoothing: auto;
}
h1, h2, h3, h4, h5, h6 {
......@@ -99,6 +100,12 @@
footer p {
color: #828282;
}
/* Line the material icons up with their labels */
i.material-icons.md-36,
i.material-icons.md-48 {
vertical-align: bottom;
}
</style>
<!-- The following rules are from http://google.github.io/material-design-icons/ -->
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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