2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

updates to docs to include more example html, include links to javascript docs where necessary

This commit is contained in:
Mark Otto
2011-09-13 10:08:24 -07:00
parent 35bc3ae8d2
commit 121b62d54e
2 changed files with 82 additions and 14 deletions
+4 -4
View File
@@ -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;