diff options
| author | Mark Otto <[email protected]> | 2015-05-31 23:53:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-05-31 23:53:14 -0700 |
| commit | c1a84e38c7f4692ec88c13d3951c46f1e59857e8 (patch) | |
| tree | 12b0e583b8ad7d6db15bb6c7f82d9cf13abb145d /docs/dist/css/bootstrap.css | |
| parent | 97a6275e543897fe0470c660edffe9c165c64c19 (diff) | |
| download | bootstrap-c1a84e38c7f4692ec88c13d3951c46f1e59857e8.tar.xz bootstrap-c1a84e38c7f4692ec88c13d3951c46f1e59857e8.zip | |
grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 845ede695..10714a7c1 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -4198,6 +4198,7 @@ a.label:hover { padding-left: .6em; font-size: .75em; font-weight: bold; + line-height: 1.5; color: #fff; text-align: center; white-space: nowrap; @@ -4564,13 +4565,11 @@ a.badge:hover { display: block; } -.media-right, -.media > .pull-right { +.media-right { padding-left: 10px; } -.media-left, -.media > .pull-left { +.media-left { padding-right: 10px; } |
