Removed useless measure in css
This commit is contained in:
		
							parent
							
								
									221c525057
								
							
						
					
					
						commit
						d34991ce3d
					
				| 
						 | 
					@ -701,7 +701,7 @@ code.option, code.flag, code.filter, code.output {
 | 
				
			||||||
  margin-left: -30px;
 | 
					  margin-left: -30px;
 | 
				
			||||||
  padding: 20px 20px 24px;
 | 
					  padding: 20px 20px 24px;
 | 
				
			||||||
  padding-left: 50px;
 | 
					  padding-left: 50px;
 | 
				
			||||||
  border-radius:  0px 5px 5px 0px;
 | 
					  border-radius: 0 5px 5px 0;
 | 
				
			||||||
  position: relative;
 | 
					  position: relative;
 | 
				
			||||||
  box-shadow: 0 1px 5px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(0,0,0,.3);
 | 
					  box-shadow: 0 1px 5px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(0,0,0,.3);
 | 
				
			||||||
  background: #7e6d42;
 | 
					  background: #7e6d42;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue