doc/zh_CN.UTF-8/htdocs/layout/css/navigation.css
Xin LI 797a990cf7 Convert zh_CN from GB2312 to UTF-8. While I'm there, also
fix a bunch of font issues when rendering PDF.
2013-11-14 00:20:51 +00:00

39 lines
600 B
CSS

/*
* FreeBSD.org - Navigation (and List) Styles
*
* The FreeBSD Simplified Chinese Project
* Original Revision: 1.4
* $FreeBSD$
*/
@import url("../../../layout/css/navigation.css");
/* Site Navigation */
#topnav {
font-size: 1.09em;
}
/* Language selection */
#languagenav {
font-size: 1.09em;
}
/* The search navigation is the list of links above the search box. */
#searchnav {
font-size: 1.09em;
}
/* Category Navigation */
#sidenav, #sidenav ul, #sidenav ul ul {
font-size: 1.0em;
}
/* Right Navigation */
.rightnav, .rightnav ul, .rightnav ul ul {
font-size: 1.0em;
}