mirror of
				https://github.com/phpbb/phpbb.git
				synced 2025-10-29 06:26:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			182 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			182 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| /*  $Id$ */
 | |
| 
 | |
| input {
 | |
| 	text-indent: 2px;
 | |
| }
 | |
| 
 | |
| textarea, select, input.button, input.post, input.mainoption, input.liteoption {
 | |
| 	border: 1px solid; 
 | |
| }
 | |
| 
 | |
| .postbody {
 | |
| 	line-height: 140%;
 | |
| }
 |