Skip to content

Commit d56ec41

Browse files
Sharon DiOriojamesdaily
Sharon DiOrio
authored andcommitted
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 angular#5286
1 parent 46676a5 commit d56ec41

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/templates/css/docs.css

+4
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,10 @@ pre ol li {
543543
margin-bottom:30px;
544544
}
545545

546+
.definition-table td {
547+
vertical-align: top;
548+
}
549+
546550
.component-heading {
547551
text-transform:capitalize;
548552
}

0 commit comments

Comments
 (0)