mirror of https://github.com/twbs/bootstrap.git
				
				
				
			.bs-docs-footer to .bs-footer; nuke .bs-docs-container css; remove .bs-docs-container from footer
This commit is contained in:
		
							parent
							
								
									705063c73a
								
							
						
					
					
						commit
						ac28ad81d0
					
				| 
						 | 
				
			
			@ -1,8 +1,6 @@
 | 
			
		|||
<!-- Footer
 | 
			
		||||
================================================== -->
 | 
			
		||||
<footer class="bs-docs-footer">
 | 
			
		||||
  <div class="bs-docs-container">
 | 
			
		||||
 | 
			
		||||
<footer class="bs-footer">
 | 
			
		||||
  {% include social-buttons.html %}
 | 
			
		||||
 | 
			
		||||
  <p>Designed and built with all the love in the world by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.</p>
 | 
			
		||||
| 
						 | 
				
			
			@ -15,5 +13,4 @@
 | 
			
		|||
    <li class="muted">·</li>
 | 
			
		||||
    <li><a href="https://github.com/twitter/bootstrap/blob/master/CHANGELOG.md">Changelog</a></li>
 | 
			
		||||
  </ul>
 | 
			
		||||
  </div>
 | 
			
		||||
</footer>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -522,13 +522,13 @@ body {
 | 
			
		|||
/* Footer
 | 
			
		||||
-------------------------------------------------- */
 | 
			
		||||
 | 
			
		||||
.bs-docs-footer {
 | 
			
		||||
.bs-footer {
 | 
			
		||||
  padding-top: 30px;
 | 
			
		||||
  padding-bottom: 30px;
 | 
			
		||||
  margin-top: 100px;
 | 
			
		||||
  border-top: 1px solid #e5e5e5;
 | 
			
		||||
}
 | 
			
		||||
.bs-docs-footer p {
 | 
			
		||||
.bs-footer p {
 | 
			
		||||
  margin-bottom: 0;
 | 
			
		||||
  color: #777;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -676,12 +676,6 @@ input.focused {
 | 
			
		|||
    line-height: 1;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  /* Undo custom padding */
 | 
			
		||||
  .bs-docs-container {
 | 
			
		||||
    padding-left: 0;
 | 
			
		||||
    padding-right: 0;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  /* Show the docs nav */
 | 
			
		||||
  .bs-sidebar {
 | 
			
		||||
    display: block;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue