34 lines
		
	
	
		
			389 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			389 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
body {
 | 
						|
  padding-top: 70px;
 | 
						|
  padding-bottom: 30px;
 | 
						|
}
 | 
						|
 | 
						|
.theme-dropdown .dropdown-menu {
 | 
						|
  position: static;
 | 
						|
  display: block;
 | 
						|
  margin-bottom: 20px;
 | 
						|
}
 | 
						|
 | 
						|
.theme-showcase > p > .btn {
 | 
						|
  margin: 5px 0;
 | 
						|
}
 | 
						|
 | 
						|
.theme-showcase .navbar .container {
 | 
						|
  width: auto;
 | 
						|
}
 | 
						|
 | 
						|
a {
 | 
						|
  color: #3cbdbd;
 | 
						|
}
 | 
						|
 | 
						|
a:focus, a:hover {
 | 
						|
 | 
						|
    color: #6cbdbd;
 | 
						|
    text-decoration: underline;
 | 
						|
 | 
						|
}
 | 
						|
 | 
						|
footer {
 | 
						|
    margin-top: 3em;
 | 
						|
}
 |