From ab3c8195f14d928354282a06b25fddfcb9ed6f10 Mon Sep 17 00:00:00 2001 From: toddparker Date: Sun, 20 Jan 2013 12:35:43 -0500 Subject: [PATCH] Demos: Margin tweaks for headings --- docs/demos/_assets/css/jqm-demos.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/demos/_assets/css/jqm-demos.css b/docs/demos/_assets/css/jqm-demos.css index 334112194d2..46c6d808235 100644 --- a/docs/demos/_assets/css/jqm-demos.css +++ b/docs/demos/_assets/css/jqm-demos.css @@ -103,7 +103,7 @@ img { max-width: 100%; } font-weight: 300; font-size: 1.6em; color: #74b042; - padding-top: 1em; + padding-top: .8em; } .demos .api-link { float:right; @@ -153,7 +153,8 @@ img { max-width: 100%; } font-weight:300; display:block; font-size:0.8em; - margin-top:.6em; + margin-top:.8em; + margin-bottom: -1em; text-decoration: none; whitespace:nowrap; }