From bcd0a05982298094ced549ad8def80f38540ea93 Mon Sep 17 00:00:00 2001 From: gseguin Date: Wed, 17 Aug 2011 12:07:05 -0700 Subject: [PATCH] Added .ui-corner-none --- themes/default/jquery.mobile.theme.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/themes/default/jquery.mobile.theme.css b/themes/default/jquery.mobile.theme.css index 8930e43f..3aa3a07c 100755 --- a/themes/default/jquery.mobile.theme.css +++ b/themes/default/jquery.mobile.theme.css @@ -658,8 +658,11 @@ a.ui-link-inherit { -webkit-border-radius: .6em; border-radius: .6em; } - - +.ui-corner-none { + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; +} /* Interaction cues -----------------------------------------------------------------------------------------------------------*/