summaryrefslogtreecommitdiffstats
path: root/js/yui3/cssbase/cssbase.css
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2014-09-03 05:46:38 +0200
committerDylan William Hardison <dylan@hardison.net>2014-09-03 05:48:52 +0200
commitbd23fbfeccd49a406f6a8d99a21371ad7ade07ba (patch)
tree4f7fe26cad167380d7d17ce4616173a90e684acf /js/yui3/cssbase/cssbase.css
parent14be79f77292305fbd5a9508ca6142e97498abb5 (diff)
downloadbugzilla-bd23fbfeccd49a406f6a8d99a21371ad7ade07ba.tar.gz
bugzilla-bd23fbfeccd49a406f6a8d99a21371ad7ade07ba.tar.xz
Bug 913647: Deploy YUI 3.17.2 for BMO
r=glob
Diffstat (limited to 'js/yui3/cssbase/cssbase.css')
-rw-r--r--js/yui3/cssbase/cssbase.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/js/yui3/cssbase/cssbase.css b/js/yui3/cssbase/cssbase.css
index 89e41b191..1fe566acb 100644
--- a/js/yui3/cssbase/cssbase.css
+++ b/js/yui3/cssbase/cssbase.css
@@ -1,9 +1,10 @@
/*
-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/
*/
+
/* base.css, part of YUI's CSS Foundation */
h1 {
/*18px via YUI Fonts CSS foundation*/
@@ -50,7 +51,7 @@ ul {
/*giving UL's LIs generated disc markers*/
list-style: disc outside;
}
-dl dd {
+dd {
/*providing spacing for definition terms*/
margin-left:1em;
}
@@ -75,7 +76,8 @@ p,fieldset,table,pre {
margin-bottom:1em;
}
/* setting a consistent width, 160px;
- control of type=file still not possible */
+ control of type=file still not possible
+ *width is for ie7 (no ie6 fallback) */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
/* YUI CSS Detection Stamp */