diff options
| author | Mark Otto <[email protected]> | 2013-01-16 13:11:45 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-16 13:11:45 -0800 |
| commit | beb2c13f4d9648da38cefa019f1ee7039b8a7f28 (patch) | |
| tree | b4397dea33b19ad579dad4c48da1be861cfc397d /less | |
| parent | a7a06a05a49bc1cdd5798832e0b751ea01ec2cfb (diff) | |
| download | bootstrap-beb2c13f4d9648da38cefa019f1ee7039b8a7f28.tar.xz bootstrap-beb2c13f4d9648da38cefa019f1ee7039b8a7f28.zip | |
Prevent grids from collapsing, fix affixed side nav for docs
Diffstat (limited to 'less')
| -rw-r--r-- | less/grid.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/grid.less b/less/grid.less index 2638ee068..751e9d8c6 100644 --- a/less/grid.less +++ b/less/grid.less @@ -16,6 +16,7 @@ .clear_float(); } [class^="span"] { + min-height: 1px; padding-left: 10px; padding-right: 10px; // Proper box-model (padding doesn't add to width) |
