From 12917b9387229036bf5cae4f7bec48d6136585f1 Mon Sep 17 00:00:00 2001 From: "hjnim.kim" Date: Sun, 13 Jan 2013 16:29:34 +0900 Subject: [PATCH] footer: h tag display attribute value has been changed h(1~6) tag display attribute value has been changed from 'block' to 'inline-block' N_SE-20396, N_SE-19585 Change-Id: I242ce20ef17bd0af0dc319219d6c1fe03cc867bd --- src/themes/tizen/common/jquery.mobile.theme.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/themes/tizen/common/jquery.mobile.theme.less b/src/themes/tizen/common/jquery.mobile.theme.less index 5951aa3..5acb3a6 100755 --- a/src/themes/tizen/common/jquery.mobile.theme.less +++ b/src/themes/tizen/common/jquery.mobile.theme.less @@ -259,6 +259,9 @@ margin-top : 8 * @unit_base; margin-bottom : 8 * @unit_base; } + > h1, h2, h3, h4, h5, h6 { + display: inline-block; + } } /*************************************************************************** -- 2.7.4