diff options
| author | Mark Otto <[email protected]> | 2012-01-28 00:43:25 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-28 00:43:25 -0800 |
| commit | f1851ab1338938bf6315e223789e345f20cfb4b1 (patch) | |
| tree | 31ea4b2b926a0cf33bd830ea5c5c080325f9ca76 /less/responsive.less | |
| parent | edee985b96dea8f8fdca88a0aa171adede7b2d8b (diff) | |
| download | bootstrap-f1851ab1338938bf6315e223789e345f20cfb4b1.tar.xz bootstrap-f1851ab1338938bf6315e223789e345f20cfb4b1.zip | |
change text on js docs page to improve rendering on iphone, update responsive for carousel considerations
Diffstat (limited to 'less/responsive.less')
| -rw-r--r-- | less/responsive.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/less/responsive.less b/less/responsive.less index fe5e0a7eb..24b58d2ab 100644 --- a/less/responsive.less +++ b/less/responsive.less @@ -68,6 +68,11 @@ margin: -10px; } + // Carousel + .carousel-caption { + position: static; + } + } |
