footer: h tag display attribute value has been changed
authorhjnim.kim <hjnim.kim@samsung.com>
Sun, 13 Jan 2013 07:29:34 +0000 (16:29 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Tue, 15 Jan 2013 07:26:05 +0000 (16:26 +0900)
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

index 5951aa3..5acb3a6 100755 (executable)
                margin-top : 8 * @unit_base;
                margin-bottom : 8 * @unit_base;
        }
+       > h1, h2, h3, h4, h5, h6 {
+               display: inline-block;
+       }
 }
 
 /***************************************************************************