From fab9034886c20831e269c21663b39873e560c233 Mon Sep 17 00:00:00 2001 From: Todd Parker Date: Thu, 11 Nov 2010 14:16:59 -0500 Subject: [PATCH] Less margin on h2's --- docs/_assets/css/jqm-docs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_assets/css/jqm-docs.css b/docs/_assets/css/jqm-docs.css index 7f148ba8..54ca10c3 100644 --- a/docs/_assets/css/jqm-docs.css +++ b/docs/_assets/css/jqm-docs.css @@ -5,7 +5,7 @@ .ui-mobile #jqm-version { text-indent: -99999px; background: url(../images/version.png) top right no-repeat; width: 119px; height: 122px; overflow: hidden; position: absolute; top: 0; right: 0; } .ui-mobile .jqm-themeswitcher { clear: both; margin: 20px 0 -15px; } -h2 { margin-top:2em; } +h2 { margin-top:1.5em; } p code { font-size:1.2em; font-weight:bold; } dt { font-weight: bold; margin-top: 2em; }