very minor editing (basically trying to see if I could improve minification, don't think it helped)

This commit is contained in:
Adriaan Wormgoor 2013-10-28 19:34:49 +01:00
parent f783726c47
commit ef7a147a5b
1 changed files with 14 additions and 16 deletions

View File

@ -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;