mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	Fix invalid css property declaration
This commit is contained in:
		@@ -502,8 +502,8 @@ button {
 | 
			
		||||
    text-decoration: none;
 | 
			
		||||
    color: #fff;
 | 
			
		||||
    font-family: 'Open Sans', sans-serif;
 | 
			
		||||
    font-size: 11px; // Hack because Firefox sucks ass.
 | 
			
		||||
    line-height: 13px; // Hack because Firefox sucks ass.
 | 
			
		||||
    font-size: 11px; /* Hacks targeting Firefox. */
 | 
			
		||||
    line-height: 13px; /* Hacks targeting Firefox. */
 | 
			
		||||
    font-weight: 300;
 | 
			
		||||
    text-align: center;
 | 
			
		||||
    letter-spacing: 1px;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user