blob: 9c1d55f29c0930a54ebabf70f318df9d8f717343 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
* Taken from http://yui.yahooapis.com/2.8.0r4/build/fonts/fonts.css
*/
body {
font: 13px / 1.231 arial, helvetica, clean, sans-serif;
}
table {
font-size:inherit;
font:100%;
}
|