mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	bootstrap: Remove bootstrap CSS defined using "table" class.
We have already added the required bootstrap CSS defined using "table" class in specific files and thus we can remove them from bootstrap.css.
This commit is contained in:
		
							
								
								
									
										18
									
								
								web/third/bootstrap/css/bootstrap.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										18
									
								
								web/third/bootstrap/css/bootstrap.css
									
									
									
									
										vendored
									
									
								
							@@ -215,24 +215,6 @@ pre {
 | 
			
		||||
  -moz-border-radius: 4px;
 | 
			
		||||
  border-radius: 4px;
 | 
			
		||||
}
 | 
			
		||||
.table {
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  margin-bottom: 20px;
 | 
			
		||||
}
 | 
			
		||||
.table th,
 | 
			
		||||
.table td {
 | 
			
		||||
  padding: 8px;
 | 
			
		||||
  line-height: 20px;
 | 
			
		||||
  text-align: left;
 | 
			
		||||
  vertical-align: top;
 | 
			
		||||
  border-top: 1px solid #dddddd;
 | 
			
		||||
}
 | 
			
		||||
.table thead th {
 | 
			
		||||
  vertical-align: bottom;
 | 
			
		||||
}
 | 
			
		||||
.table thead:first-child tr:first-child th {
 | 
			
		||||
  border-top: 0;
 | 
			
		||||
}
 | 
			
		||||
form {
 | 
			
		||||
  margin: 0 0 20px;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user