From 7d57af8ec4f64eb18c1883b88a9cb93e0d88168b Mon Sep 17 00:00:00 2001 From: scottjehl Date: Thu, 11 Nov 2010 16:01:26 -0500 Subject: [PATCH] added some bottom margin to dts --- docs/_assets/css/jqm-docs.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_assets/css/jqm-docs.css b/docs/_assets/css/jqm-docs.css index 54ca10c3..8a178030 100644 --- a/docs/_assets/css/jqm-docs.css +++ b/docs/_assets/css/jqm-docs.css @@ -8,5 +8,5 @@ h2 { margin-top:1.5em; } p code { font-size:1.2em; font-weight:bold; } -dt { font-weight: bold; margin-top: 2em; } -dt code { font-size:1.3em; line-height:150%; } \ No newline at end of file +dt { font-weight: bold; margin: 2em 0 .5em; } +dt code, dd code { font-size:1.3em; line-height:150%; } \ No newline at end of file