From bd23fbfeccd49a406f6a8d99a21371ad7ade07ba Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 2 Sep 2014 23:46:38 -0400 Subject: Bug 913647: Deploy YUI 3.17.2 for BMO r=glob --- .../app-transitions-css/app-transitions-css.css | 23 ++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) (limited to 'js/yui3/app-transitions-css/app-transitions-css.css') diff --git a/js/yui3/app-transitions-css/app-transitions-css.css b/js/yui3/app-transitions-css/app-transitions-css.css index adb179ffc..ae22befda 100644 --- a/js/yui3/app-transitions-css/app-transitions-css.css +++ b/js/yui3/app-transitions-css/app-transitions-css.css @@ -1,25 +1,36 @@ /* -YUI 3.7.3 (build 5687) -Copyright 2012 Yahoo! Inc. All rights reserved. +YUI 3.17.2 (build 9c3c78e) +Copyright 2014 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ + .yui3-app-transitioning .yui3-app-views, .yui3-app-views.yui3-app-transitioning { overflow-x: hidden; position: relative; white-space: nowrap; letter-spacing: -0.31em; /* webkit: collapse white-space between units */ - word-spacing: -0.43em; /* IE < 8 && gecko: collapse white-space between units */ + text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */ +} +/* Opera as of 12 on Windows needs word-spacing. + The ".opera-only" selector is used to prevent actual prefocus styling + and is not required in markup. +*/ +.opera-only :-o-prefocus, +.yui3-app-transitioning .yui3-app-views, +.yui3-app-views.yui3-app-transitioning { + word-spacing: -0.43em; } .yui3-app-transitioning .yui3-app-views > *, .yui3-app-views.yui3-app-transitioning > * { display: inline-block; - width: 100%; - vertical-align: top; - white-space: normal; letter-spacing: normal; word-spacing: normal; + vertical-align: top; + text-rendering: auto; + width: 100%; + white-space: normal; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -- cgit v1.2.3-24-g4f1b