diff options
| author | Sharon DiOrio | 2013-12-04 23:32:55 -0500 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-12-17 12:09:08 +0000 | 
| commit | f8d319c11a12efb96f822a8b4d0fd35af19934a6 (patch) | |
| tree | 5a33f64026e949a8654d8b27cc0dbda79228ede8 /docs/src | |
| parent | 4f724333923c7eb46dbef595b2fd9ccf86b8db39 (diff) | |
| download | angular.js-f8d319c11a12efb96f822a8b4d0fd35af19934a6.tar.bz2 | |
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
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/templates/css/docs.css | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/docs/src/templates/css/docs.css b/docs/src/templates/css/docs.css index 29c28047..55c4893f 100644 --- a/docs/src/templates/css/docs.css +++ b/docs/src/templates/css/docs.css @@ -543,6 +543,10 @@ pre ol li {    margin-bottom:30px;  } +.definition-table td { +  vertical-align: top; +} +  .component-heading {    text-transform:capitalize;  } | 
