2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03: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
+2 -1
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;