opera = standards :O
This commit is contained in:
		
							parent
							
								
									91d423b22b
								
							
						
					
					
						commit
						a1ca6b8b1b
					
				@ -32,10 +32,11 @@ H3 {
 | 
				
			|||||||
.brr, .hrr, H1, #footer, .thumb {
 | 
					.brr, .hrr, H1, #footer, .thumb {
 | 
				
			||||||
	margin: 8px;
 | 
						margin: 8px;
 | 
				
			||||||
	padding: 8px;
 | 
						padding: 8px;
 | 
				
			||||||
	-webkit-border-radius: 12px;
 | 
						border-radius: 12px; /* standard, webkit, opera */
 | 
				
			||||||
	-moz-border-radius: 12px;
 | 
						-moz-border-radius: 12px; /* mozilla haven't committed yet */
 | 
				
			||||||
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
 | 
						box-shadow: 2px 2px 6px rgba(0,0,0,0.6); /* standard, opera */
 | 
				
			||||||
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
 | 
						-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6); /* webkit haven't committed yet */
 | 
				
			||||||
 | 
						-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6); /* mozilla haven't committed yet */
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
THEAD {
 | 
					THEAD {
 | 
				
			||||||
	font-weight: bold;
 | 
						font-weight: bold;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user