aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-06-27 18:49:05 -0700
committerMark Otto <[email protected]>2013-06-27 18:49:05 -0700
commit62f76ad33f5a70c21f91e729963e049547ffc391 (patch)
tree3e611f99d09a7f658dc1e529a820aa87f7c4c557 /docs/assets/css/docs.css
parentf64fe29003159669404f8f5a7a20551fec263904 (diff)
parentcb483b67589df7ac3ece33303b8ce944b3ac4b0e (diff)
downloadbootstrap-62f76ad33f5a70c21f91e729963e049547ffc391.tar.xz
bootstrap-62f76ad33f5a70c21f91e729963e049547ffc391.zip
Merge branch '3.0.0-wip' into bs3_remove_icons
Conflicts: docs/components.html
Diffstat (limited to 'docs/assets/css/docs.css')
-rw-r--r--docs/assets/css/docs.css13
1 files changed, 5 insertions, 8 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index e47805d37..cef5f3334 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -81,7 +81,9 @@ body {
/* Textual links */
.bs-masthead-links {
- margin: 20px 0;
+ margin-top: 20px;
+ margin-bottom: 20px;
+ padding-left: 0;
list-style: none;
}
.bs-masthead-links li {
@@ -711,13 +713,6 @@ input.focused {
/* Tablets and up */
@media screen and (min-width: 768px) {
- /* Reaffix the fixed sidebar */
- .bs-sidebar.affix {
- position: fixed; /* Undo the static from mobile-first approach */
- top: 50px;
- width: 160px;
- }
-
/* Back to top link */
.bs-top {
display: block; /* Unhide */
@@ -779,6 +774,8 @@ input.focused {
/* Widen the fixed sidebar */
.bs-sidebar.affix {
+ position: fixed; /* Undo the static from mobile-first approach */
+ top: 50px;
width: 213px;
}