diff --git a/less/help_joyride-2.1.less b/less/help_joyride-2.1.less index fd78c6a..c3dc3da 100644 --- a/less/help_joyride-2.1.less +++ b/less/help_joyride-2.1.less @@ -31,7 +31,7 @@ padding: 10px 10px 15px 15px; } -///* Mobile */ +// Mobile //@media only screen and (max-width: 767px) { // .joyride-tip-guide { // width: 95% !important; @@ -58,13 +58,12 @@ } .joyride-tip-guide span.joyride-nub.top { - /* - IE7/IE8 Don't support rgba so we set the fallback - border color here. However, IE7/IE8 are also buggy - in that the fallback color doesn't work for - border-bottom-color so here we set the border-color - and override the top,left,right colors below. - */ +// IE7/IE8 Don't support rgba so we set the fallback +// border color here. However, IE7/IE8 are also buggy +// in that the fallback color doesn't work for +// border-bottom-color so here we set the border-color +// and override the top,left,right colors below. + // border-color: #000; // border-color: rgba(67, 216, 20, 1.0) !important; border-color: @helpFullBlue !important; @@ -78,13 +77,12 @@ } .joyride-tip-guide span.joyride-nub.bottom { - /* - IE7/IE8 Don't support rgba so we set the fallback - border color here. However, IE7/IE8 are also buggy - in that the fallback color doesn't work for - border-top-color so here we set the border-color - and override the bottom,left,right colors below. - */ +// IE7/IE8 Don't support rgba so we set the fallback +// border color here. However, IE7/IE8 are also buggy +// in that the fallback color doesn't work for +// border-top-color so here we set the border-color +// and override the bottom,left,right colors below. + // border-color: #000; // border-color: rgba(67, 216, 20, 1.0) !important; border-color: @helpFullBlue !important; @@ -220,7 +218,7 @@ } } -/* Button Style */ +// Button Style //.joyride-tip-guide .joyride-next-tip { // width: auto; // padding: 6px 18px 4px;