aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSharon DiOrio2013-12-04 23:32:55 -0500
committerPete Bacon Darwin2013-12-17 12:09:08 +0000
commitf8d319c11a12efb96f822a8b4d0fd35af19934a6 (patch)
tree5a33f64026e949a8654d8b27cc0dbda79228ede8
parent4f724333923c7eb46dbef595b2fd9ccf86b8db39 (diff)
downloadangular.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
-rw-r--r--docs/src/templates/css/docs.css4
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;
}