doc/zh_TW.Big5/htdocs/layout/css/navigation.css
Gabor Kovesdan 099677a42e - Make CSS files pull in the major part from the original
CSS files annd only override the necessary part.  This facilitates
  maintainability.

Approved by:	doceng (implicit)
2012-08-27 08:05:18 +00:00

37 lines
575 B
CSS

/*
* FreeBSD.org - Navigation (and List) Styles
*
* The FreeBSD Traditional Chinese Project
* Original Revision: 1.4
* $FreeBSD$
*/
@import url("../../../layout/css/navigation.css");
/* Site Navigation */
#topnav {
font-size: 1.09em;
}
#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;
}