chore(docs): remove uppercase heading styling

Closes #5593
This commit is contained in:
Matias Niemelä 2014-01-06 10:22:16 -05:00
parent 821ed310a7
commit 6f6cb5c8d8

View file

@ -167,6 +167,11 @@
margin-top: .5em;
}
.content h6 {
text-transform:none;
color:black;
}
ul.parameters > li > p,
.returns > p {
display: inline;