From f8d319c11a12efb96f822a8b4d0fd35af19934a6 Mon Sep 17 00:00:00 2001 From: Sharon DiOrio Date: Wed, 4 Dec 2013 23:32:55 -0500 Subject: 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 --- docs/src/templates/css/docs.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/src') 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; } -- cgit v1.2.3