aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-13 10:08:24 -0700
committerMark Otto <[email protected]>2011-09-13 10:08:24 -0700
commit121b62d54e6adb5836a1e09834056cf193407bbe (patch)
tree01c89402769587e636917c6a2c713b480e48e72d /docs/assets/css/docs.css
parent35bc3ae8d22bdd4eadfbe523fe52737523e2af37 (diff)
downloadbootstrap-121b62d54e6adb5836a1e09834056cf193407bbe.tar.xz
bootstrap-121b62d54e6adb5836a1e09834056cf193407bbe.zip
updates to docs to include more example html, include links to javascript docs where necessary
Diffstat (limited to 'docs/assets/css/docs.css')
-rw-r--r--docs/assets/css/docs.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index d30b932cd..37e18c8e4 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -213,7 +213,7 @@ section > .row {
box-shadow: 0 1px 2px rgba(0,0,0,.075);
}
.mini-layout {
- height: 340px;
+ height: 240px;
margin-bottom: 20px;
padding: 9px;
}
@@ -225,8 +225,8 @@ section > .row {
.mini-layout .mini-layout-body {
background-color: #dceaf4;
margin: 0 auto;
- width: 340px;
- height: 340px;
+ width: 240px;
+ height: 240px;
}
.mini-layout.fluid .mini-layout-sidebar,
.mini-layout.fluid .mini-layout-header,
@@ -236,7 +236,7 @@ section > .row {
.mini-layout.fluid .mini-layout-sidebar {
background-color: #bbd8e9;
width: 90px;
- height: 340px;
+ height: 240px;
}
.mini-layout.fluid .mini-layout-body {
width: 300px;