aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-02-07 02:24:37 -0800
committerMark Otto <[email protected]>2014-02-07 02:24:37 -0800
commit3ccc16cad078cfcc76f3b9362f0039b0566d8914 (patch)
tree4446991f4846ea0790df32aead2359c5350d3917 /docs/examples
parent6814393c9ae6be56dbf0fed983001468e2da761f (diff)
downloadbootstrap-3ccc16cad078cfcc76f3b9362f0039b0566d8914.tar.xz
bootstrap-3ccc16cad078cfcc76f3b9362f0039b0566d8914.zip
grunt for days
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/dashboard/dashboard.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/dashboard/dashboard.css b/docs/examples/dashboard/dashboard.css
index 8f51cfb84..9cd455dfd 100644
--- a/docs/examples/dashboard/dashboard.css
+++ b/docs/examples/dashboard/dashboard.css
@@ -34,9 +34,9 @@ body {
left: 0;
z-index: 1000;
display: block;
+ padding: 70px 20px 20px;
overflow-x: hidden;
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
- padding: 70px 20px 20px;
background-color: #f5f5f5;
border-right: 1px solid #eee;
}