diff options
| author | Mark Otto <[email protected]> | 2012-08-27 15:12:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-27 15:12:55 -0700 |
| commit | 8610fd9b2b0ad4ac8ca5ae6aa092f48968dd8c74 (patch) | |
| tree | a179d0ef86e8d787f68444c08be676f51f191eda | |
| parent | 85dcbd0b345378046ae99f6001df1222a75046b2 (diff) | |
| download | bootstrap-8610fd9b2b0ad4ac8ca5ae6aa092f48968dd8c74.tar.xz bootstrap-8610fd9b2b0ad4ac8ca5ae6aa092f48968dd8c74.zip | |
remove min-height from .span3 in docs since we no longer need it
| -rw-r--r-- | docs/assets/css/docs.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 66c4a6f04..d52d6cd1c 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -756,11 +756,6 @@ form.bs-docs-example { /* Sidenav for Docs -------------------------------------------------- */ -/* prevent column from collapsing when affixing */ -.span3 { - min-height: 1px; -} - .bs-docs-sidenav { width: 228px; margin: 30px 0 0; |
