Commit dd81a21c authored by Devon Carew's avatar Devon Carew

small change to the generated dartdoc styles (#3290)

parent e1aaf39f
...@@ -10,6 +10,7 @@ ...@@ -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 @@ ...@@ -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/ -->
......
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