mirror of https://github.com/twbs/bootstrap.git
				
				
				
			decrease top/bottom padding a bit in mobile fixed navbars
This commit is contained in:
		
							parent
							
								
									ee9a0f4b94
								
							
						
					
					
						commit
						36aec5e484
					
				| 
						 | 
					@ -3124,7 +3124,7 @@ button.close {
 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.navbar {
 | 
					.navbar {
 | 
				
			||||||
  padding: 15px;
 | 
					  padding: 10px 15px;
 | 
				
			||||||
  background-color: #eeeeee;
 | 
					  background-color: #eeeeee;
 | 
				
			||||||
  border-radius: 4px;
 | 
					  border-radius: 4px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -4,7 +4,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Wrapper and base class
 | 
					// Wrapper and base class
 | 
				
			||||||
.navbar {
 | 
					.navbar {
 | 
				
			||||||
  padding: 15px;
 | 
					  padding: 10px 15px;
 | 
				
			||||||
  background-color: @navbar-bg;
 | 
					  background-color: @navbar-bg;
 | 
				
			||||||
  border-radius: @border-radius-base;
 | 
					  border-radius: @border-radius-base;
 | 
				
			||||||
  // Prevent floats from breaking the navbar
 | 
					  // Prevent floats from breaking the navbar
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue