mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-28 21:05:43 +08:00
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:
committed by
Pete Bacon Darwin
parent
4f72433392
commit
f8d319c11a
@@ -543,6 +543,10 @@ pre ol li {
|
||||
margin-bottom:30px;
|
||||
}
|
||||
|
||||
.definition-table td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.component-heading {
|
||||
text-transform:capitalize;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user