summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/themes/tizen/common/jquery.mobile.tizen.swipe.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/themes/tizen/common/jquery.mobile.tizen.swipe.less b/src/themes/tizen/common/jquery.mobile.tizen.swipe.less
index 2172be80..c91775ac 100755
--- a/src/themes/tizen/common/jquery.mobile.tizen.swipe.less
+++ b/src/themes/tizen/common/jquery.mobile.tizen.swipe.less
@@ -20,6 +20,9 @@
margin-top: -1.5em ! important;
position: relative ! important;
}
+ p {
+ margin: 0;
+ }
}
.ui-swipe-item-cover {
@@ -46,4 +49,7 @@
padding-right : 16 * @unit_base;
}
}
+ p {
+ margin: 0;
+ }
}