mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-04-13 03:11:06 +00: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:
parent
4f72433392
commit
f8d319c11a
1 changed files with 4 additions and 0 deletions
|
|
@ -543,6 +543,10 @@ pre ol li {
|
|||
margin-bottom:30px;
|
||||
}
|
||||
|
||||
.definition-table td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.component-heading {
|
||||
text-transform:capitalize;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue