0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Fixes #6012: Updated docs sidenav media queries and reset width for exactly 980px

This commit is contained in:
Mark Otto 2012-11-28 00:37:55 -08:00
parent 02097700e8
commit 942f9c5df4

View File

@ -867,6 +867,7 @@ form.bs-docs-example {
/* When affixed, space properly */
.bs-docs-sidenav {
top: 0;
width: 218px;
margin-top: 30px;
margin-right: 0;
}
@ -874,7 +875,7 @@ form.bs-docs-example {
/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 980px) {
@media (min-width: 768px) and (max-width: 979px) {
/* Remove any padding from the body */
body {
padding-top: 0;