fix markdown table header CSS
This commit is contained in:
		
							parent
							
								
									99e9bbef6c
								
							
						
					
					
						commit
						ddcc8d998c
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		|  | @ -1303,7 +1303,7 @@ footer .container .links > *:first-child { | |||
| .markdown table th, | ||||
| .markdown table td { | ||||
|   padding: 6px 13px !important; | ||||
|   border: 1px solid #ddd; | ||||
|   border: 1px solid #ddd !important; | ||||
| } | ||||
| .markdown table tr { | ||||
|   background-color: #fff; | ||||
|  |  | |||
|  | @ -249,8 +249,8 @@ | |||
| 
 | ||||
| 	table th, | ||||
| 	table td { | ||||
| 		padding:6px 13px !important; | ||||
| 		border:1px solid #ddd; | ||||
| 		padding: 6px 13px !important; | ||||
| 		border: 1px solid #ddd !important; | ||||
| 	} | ||||
| 
 | ||||
| 	table tr { | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue