summaryrefslogtreecommitdiffstats
path: root/js/yui3/cssbase/cssbase.css
diff options
context:
space:
mode:
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 */