diff options
| author | Mark Otto <[email protected]> | 2012-02-06 23:42:57 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-06 23:42:57 -0800 |
| commit | 7ce62ffc9813ea2958b353ee36374d3146034dbf (patch) | |
| tree | 59223bc9e61143d67063df0401006e83c9a6d92c | |
| parent | 63fd119c6e9fed19aaf8ca2a2ddb8a0832fe1523 (diff) | |
| download | bootstrap-7ce62ffc9813ea2958b353ee36374d3146034dbf.tar.xz bootstrap-7ce62ffc9813ea2958b353ee36374d3146034dbf.zip | |
make after merging in breadcrumbs wrap fix
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 52563 -> 52562 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 0776a6085..cf0e66414 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 188b97036..50d1f6944 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2642,7 +2642,7 @@ button.btn.small, input[type="submit"].btn.small { box-shadow: inset 0 1px 0 #ffffff; } .breadcrumb li { - display: inline; + display: inline-block; text-shadow: 0 1px 0 #ffffff; } .breadcrumb .divider { |
