Obtained from: The FreeBSD Simplified Chinese Project Thanks goes to: Gavin MU <gavin.mu at gmail dot com> [1], Fukang CHEN <loader at freebsdmall dot com> [2], intron <intron at intron dot ac> [3] [1] The original translation with me. [2] New layout and structural improvements. [3] Additional and continued contributions.
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			278 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			278 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| /*
 | |
|  * FreeBSD Global Style - Large Text Version
 | |
|  *
 | |
|  * The FreeBSD Simplified Chinese Project
 | |
|  * Original Revision: 1.3
 | |
|  *
 | |
|  * $FreeBSD: www/zh_CN/layout/css/fixed_large.css,v 1.1.1000.1 2005/12/17 16:27:02 delphij Exp $
 | |
|  */
 | |
| 
 | |
| @import url("fixed.css");
 | |
| 
 | |
| body {
 | |
|   font-size: 93%;
 | |
| }
 |