2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

updated to include sub nav and pip nav, new docs updates, topbar nav refinements for media queried settings

This commit is contained in:
Mark Otto
2011-12-09 11:32:07 -08:00
parent bc51c15709
commit b12b71bf7c
10 changed files with 234 additions and 178 deletions
+4 -11
View File
@@ -315,11 +315,6 @@ h2 + table {
-------------------------------------------------- */
@media (max-width: 480px) {
/* Hide the nav for now */
body > .navbar-fixed .nav {
display: none;
}
/* Change up some type stuff */
h1 small {
display: block;
@@ -365,11 +360,6 @@ h2 + table {
@media (max-width: 768px) {
/* Hide the nav for now */
body > .navbar-fixed .nav {
display: none;
}
/* Adjust the jumbotron */
.jumbotron .benefits {
position: relative;
@@ -394,6 +384,9 @@ h2 + table {
.footer .pull-right {
float: none;
}
.footer p {
margin-bottom: 9px;
}
}
@@ -423,7 +416,7 @@ h2 + table {
/* Provide enough space on right-hand side for benefits list */
.jumbotron h1,
.jumbotron p {
margin-right: 40%;
margin-right: 20%;
}
}