mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 17:32:44 +00:00 
			
		
		
		
	 04b9dc2d30
			
		
	
	
		04b9dc2d30
		
	
	
	
	
		
			
			Things were getting a little crowded in the project root, so this patch moves the Lib*/ directories into Libraries/.
		
			
				
	
	
		
			41 lines
		
	
	
	
		
			518 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
	
		
			518 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| html {
 | |
|     display: block;
 | |
|     font-family: Katica;
 | |
| }
 | |
| 
 | |
| head, link, meta, script, style, title {
 | |
|     display: none;
 | |
| }
 | |
| 
 | |
| body {
 | |
|     display: block;
 | |
|     margin-left: 8;
 | |
|     margin-top: 8;
 | |
|     margin-right: 8;
 | |
|     margin-bottom: 8;
 | |
| }
 | |
| 
 | |
| h1 {
 | |
|     display: block;
 | |
|     font-family: Pebbleton;
 | |
|     font-weight: bold;
 | |
| }
 | |
| 
 | |
| pre {
 | |
|     display: block;
 | |
|     font-family: Csilla;
 | |
| }
 | |
| 
 | |
| u, ins {
 | |
|     text-decoration: underline;
 | |
| }
 | |
| 
 | |
| strong, b {
 | |
|     font-family: KaticaBold;
 | |
| }
 | |
| 
 | |
| p {
 | |
|     display: block;
 | |
|     margin-bottom: 8;
 | |
|     margin-top: 8;
 | |
| }
 |