From ce857622dc4c9da03a38e80b4bfa1e0a08b85087 Mon Sep 17 00:00:00 2001 From: Sharon DiOrio Date: Wed, 4 Dec 2013 23:32:55 -0500 Subject: [PATCH] docs(css): Definition table style Edited docs.css to improve text alignment on definition table. --- docs/src/templates/css/docs.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/templates/css/docs.css b/docs/src/templates/css/docs.css index 9a3e75f2a05d..bda0279c14cd 100644 --- a/docs/src/templates/css/docs.css +++ b/docs/src/templates/css/docs.css @@ -522,6 +522,10 @@ pre ol li { margin-bottom:30px; } +.definition-table td { + vertical-align: top; +} + .component-heading { text-transform:capitalize; }