diff options
| author | Mark Otto <[email protected]> | 2012-07-09 00:14:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-09 00:14:35 -0700 |
| commit | 8b696ad0b5fda07599bc3a865b1f2659345add3b (patch) | |
| tree | cef1340e70bb1276971ecc668ed790f66adf9f3b /docs/assets | |
| parent | db9925510ba9328f227e5ad3935f73e0c67904d8 (diff) | |
| download | bootstrap-8b696ad0b5fda07599bc3a865b1f2659345add3b.tar.xz bootstrap-8b696ad0b5fda07599bc3a865b1f2659345add3b.zip | |
fix text in docs about default font-size and line-height
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 5af92fad1..61398812e 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -5198,6 +5198,7 @@ a.badge:hover { .carousel { position: relative; + display: table; margin-bottom: 20px; line-height: 1; } |
