mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	Fixed table.plain css
Looked to be LESS formatted CSS that hadn't been compiled. Just replaced with the equivalent compiled CSS.
This commit is contained in:
		@@ -318,14 +318,13 @@ table tbody > tr:nth-child(odd) > th {
 | 
			
		||||
    background-color: #f6f6f6;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
table.plain {
 | 
			
		||||
    tbody > tr:nth-child(odd) > td,
 | 
			
		||||
    tbody > tr:nth-child(odd) > th {
 | 
			
		||||
        background: transparent;
 | 
			
		||||
    }
 | 
			
		||||
table.plain tbody > tr:nth-child(odd) > td,
 | 
			
		||||
table.plain tbody > tr:nth-child(odd) > th {
 | 
			
		||||
   background: transparent;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/* ==========================================================================
 | 
			
		||||
   3. Utilities - These things get used a lot
 | 
			
		||||
   ========================================================================== */
 | 
			
		||||
@@ -935,4 +934,4 @@ table.plain {
 | 
			
		||||
/* ==========================================================================
 | 
			
		||||
   End of file. Media queries should be the last thing here. Do not add stuff
 | 
			
		||||
   below this point, or it will probably fuck everything up.
 | 
			
		||||
   ========================================================================== */
 | 
			
		||||
   ========================================================================== */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user