blob: b72b2efb224591ea0cd2d5cbc7838f4a6c4b4f99 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This Source Code Form is "Incompatible With Secondary Licenses", as
* defined by the Mozilla Public License, v. 2.0. */
.yui3-skin-sam .yui3-datatable-table > table {
width: 100%;
}
|