diff options
| author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2014-05-29 16:48:07 +0000 |
|---|---|---|
| committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2014-05-29 16:48:07 +0000 |
| commit | 163ba6b752e2d1b900f88ba29324ed5998b14551 (patch) | |
| tree | 3010592efec60252103b5e76eab918b0491bb533 /zh_TW.UTF-8/htdocs/layout/css/layout.css | |
| parent | 536050cea8f16998f8fbddf6b4aff8469e149ec0 (diff) | |
Convert zh_TW from Big5 to UTF-8.
Approved by: bcr
Notes
svn path=/head/; revision=44974
Diffstat (limited to 'zh_TW.UTF-8/htdocs/layout/css/layout.css')
| -rw-r--r-- | zh_TW.UTF-8/htdocs/layout/css/layout.css | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/zh_TW.UTF-8/htdocs/layout/css/layout.css b/zh_TW.UTF-8/htdocs/layout/css/layout.css new file mode 100644 index 0000000000..6f16f4673d --- /dev/null +++ b/zh_TW.UTF-8/htdocs/layout/css/layout.css @@ -0,0 +1,54 @@ +/* + * FreeBSD.org - Layout Styles + * + * The FreeBSD Traditional Chinese Project + * Original Revision: 1.9 + * + * $FreeBSD$ + */ + +@import url("../../../layout/css/layout.css"); + +/* Container Definitions */ + +/* Search */ + +#search form label { + font-size: 1.09em; +} + +#search form input { + font-size: 1.09em; +} + +#search form #submit { + font-size: 1.09em; +} + +#search form #words { + font-size: 1.0em; +} + +/* Mirror Select */ + +#mirror form label { + font-size: 1.09em; +} + +#mirror form select { + font-size: 1.09em; +} + +#mirror form #mirrorsel { + font-size: 1.09em; +} + +#mirror input { + font-size: 1.09em; +} + +/* Footer */ + +#footer { + font-size: 1.09em; +} |
