diff options
| author | Mark Otto <[email protected]> | 2011-08-20 23:25:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-20 23:25:22 -0700 |
| commit | aaf9f752c476877fa99a2f54576e3785b397dec6 (patch) | |
| tree | 51b579cefcca399697c94cb9cb44c5477282e170 /docs/assets/css/docs.css | |
| parent | 14b77f3a2164a5348ec8d9841ddc3ace27a64e37 (diff) | |
| download | bootstrap-aaf9f752c476877fa99a2f54576e3785b397dec6.tar.xz bootstrap-aaf9f752c476877fa99a2f54576e3785b397dec6.zip | |
docs spacing, spare divs in a few places, updating css spacing
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 32 |
1 files changed, 3 insertions, 29 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index ede141ce5..243130e01 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -146,34 +146,6 @@ div.quickstart form textarea { .show-grid:hover .column, .show-grid:hover .columns { background: rgba(0, 0, 0, 0.25); } -/* Hashgrid.js grid (press G & H to view) --------------------------------------------------- */ -#grid { - width: 980px; - position: absolute; - top: 0; - left: 50%; - margin-left: -490px; -} -#grid div.vert { - background-color: rgba(0, 206, 209, 0.075); - width: 39px; - border: solid darkturquoise; - border-width: 0 1px; - margin-right: 19px; -} -#grid div.vert.first-line { - margin-left: 19px; -} -#grid div.horiz { - height: 19px; - border-bottom: 1px solid rgba(255, 0, 0, 0.1); - margin: 0; - padding: 0; -} -#grid div.horiz:nth-child(5n) { - border-color: rgba(255, 0, 0, 0.25); -} /* Render mini layout previews -------------------------------------------------- */ div.mini-layout { @@ -199,7 +171,9 @@ div.mini-layout div.mini-layout-body { width: 450px; height: 340px; } -div.mini-layout.fluid div.mini-layout-sidebar, div.mini-layout.fluid div.mini-layout-header, div.mini-layout.fluid div.mini-layout-body { +div.mini-layout.fluid div.mini-layout-sidebar, +div.mini-layout.fluid div.mini-layout-header, +div.mini-layout.fluid div.mini-layout-body { float: left; } div.mini-layout.fluid div.mini-layout-sidebar { |
