22 lines
262 B
CSS
22 lines
262 B
CSS
/*
|
|
* FreeBSD.org - Global Styles
|
|
*
|
|
* The FreeBSD Traditional Chinese Project
|
|
* Original Revision: 1.11
|
|
*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
@import url("../../../layout/css/global.css");
|
|
|
|
body {
|
|
font-size: 16px;
|
|
}
|
|
|
|
h5 {
|
|
font-size: 1.09em;
|
|
}
|
|
|
|
h6 {
|
|
font-size: 1.09em;
|
|
}
|