docs(css): improve definition table style

Text in definition tables are now aligned to the top of the cell. These are used in
the API index page and makes it cleared what headings match what content.

Closes #5286
This commit is contained in:
Sharon DiOrio 2013-12-04 23:32:55 -05:00 committed by Pete Bacon Darwin
parent 4f72433392
commit f8d319c11a

View file

@ -543,6 +543,10 @@ pre ol li {
margin-bottom:30px;
}
.definition-table td {
vertical-align: top;
}
.component-heading {
text-transform:capitalize;
}