aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-12-09 11:32:07 -0800
committerMark Otto <[email protected]>2011-12-09 11:32:07 -0800
commitb12b71bf7ca76437a532122d8efff59506b61530 (patch)
treeee29b67ee0f42fcecadbaf87a8577c9601dcab61 /docs/assets/css/docs.css
parentbc51c15709469fd0c2e78886a15e849626a8f191 (diff)
downloadbootstrap-b12b71bf7ca76437a532122d8efff59506b61530.tar.xz
bootstrap-b12b71bf7ca76437a532122d8efff59506b61530.zip
updated to include sub nav and pip nav, new docs updates, topbar nav refinements for media queried settings
Diffstat (limited to 'docs/assets/css/docs.css')
-rw-r--r--docs/assets/css/docs.css15
1 files changed, 4 insertions, 11 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index a7b52821e..281b224e3 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -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%;
}
}