2 Copyright (c) 2009, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.net/yui/license.txt
8 .yui-dt-table th, .yui-dt-table td {
\r
21 th .yui-dt-resizer {
\r
32 /* foundational scrolling css */
\r
33 .yui-dt-scrollable {
\r
34 *overflow-y:auto; /* for ie */
\r
36 .yui-dt-scrollable thead {
\r
37 display:block; /* for safari and opera */
\r
39 .yui-dt-scrollable thead tr {
\r
40 position:relative; /* for ie */
\r
42 .yui-dt-scrollbody {
\r
43 display:block; /* for safari and opera */
\r
44 overflow:auto; /* for gecko */
\r