Lines Matching refs:to

52 // IE7 likes to collapse whitespace on either side of the inline-block elements.
53 // Ems because we're attempting to match the width of a space character. Left
317 // Default value is `visible`, but can be changed to `hidden
396 // Add an alphatransparency value to any background or border color (via Elyse Holladay)
421 …background-image: -webkit-gradient(linear, 0 0, 100% 0, from(@startColor), to(@endColor)); // Safa…
424 background-image: linear-gradient(to right, @startColor, @endColor); // Standard, IE10
431 …background-image: -webkit-gradient(linear, 0 0, 0 100%, from(@startColor), to(@endColor)); // Safa…
434 background-image: linear-gradient(to bottom, @startColor, @endColor); // Standard, IE10
448 …nt(left, linear, 0 0, 0 100%, from(@startColor), color-stop(@colorStop, @midColor), to(@endColor));
452 background-image: linear-gradient(to right, @startColor, @midColor @colorStop, @endColor);
459 …gradient(linear, 0 0, 0 100%, from(@startColor), color-stop(@colorStop, @midColor), to(@endColor));
469 …-webkit-gradient(radial, center center, 0, center center, 460, from(@innerColor), to(@outerColor));
477 …,255,.15)), color-stop(.75, rgba(255,255,255,.15)), color-stop(.75, transparent), to(transparent));
499 // to IE7 to keep the 1px left/right space in other browsers.
501 // to negative-margin away, but so it goes.
514 // gradientBar will set the background to a pleasing blend of these, to support IE<=9
526 // IE 7 + 8 can't handle box-shadow to show active, so we darken a bit ourselves
536 // Example: an element has a height of 30px, so write out `.navbarVerticalAlign(30px);` to calculat…
561 // Use .makeRow and .makeColumn to assign semantic layouts grid system behavior