aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-06-09 12:58:55 -0700
committerMark Otto <[email protected]>2012-06-09 12:58:55 -0700
commitaff3694f28946a0640f15dc07591dbfb332fcbaf (patch)
tree9c9ea31814e5101b3b0c368780103b944034d9aa /docs/assets/css
parent550e375af08a5b6ad401c043f8c0d2f3b1d3b6c2 (diff)
downloadbootstrap-aff3694f28946a0640f15dc07591dbfb332fcbaf.tar.xz
bootstrap-aff3694f28946a0640f15dc07591dbfb332fcbaf.zip
remove mention of prettify from docs, fix docs subnav width when fixed
Diffstat (limited to 'docs/assets/css')
-rw-r--r--docs/assets/css/docs.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index bbf8e339a..18b7f5c9f 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -346,7 +346,7 @@ hr.soften {
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
}
.subnav-fixed .nav {
- width: 938px;
+ max-width: 780px;
margin: 0 auto;
padding: 0 1px;
}
@@ -918,7 +918,7 @@ form.bs-docs-example {
/* Jumbotron buttons */
.jumbotron .btn {
margin-bottom: 10px;
- }
+av }
/* Subnav */
.subnav {
@@ -1026,7 +1026,7 @@ form.bs-docs-example {
/* Update subnav container */
.subnav-fixed .nav {
- width: 1168px; /* 2px less to account for left/right borders being removed when in fixed mode */
+ max-width: 970px; /* 2px less to account for left/right borders being removed when in fixed mode */
}
}