diff options
| author | Mark Otto <[email protected]> | 2013-09-04 13:56:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-04 13:56:32 -0700 |
| commit | 1c4bdb053bc526be1719b919b8a41b1248158cd5 (patch) | |
| tree | 3e943e0c6831fbcb9fc507298c9697055210a18e /css.html | |
| parent | c0f6d722b02c8dcf167cc5f55fcfbadaf34d58a2 (diff) | |
| download | bootstrap-1c4bdb053bc526be1719b919b8a41b1248158cd5.tar.xz bootstrap-1c4bdb053bc526be1719b919b8a41b1248158cd5.zip | |
Fixes #10399: Add hover styles to text emphasis classes
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -740,7 +740,7 @@ base_url: "../" {% endhighlight %} <h3>Emphasis classes</h3> - <p>Convey meaning through color with a handful of emphasis utility classes.</p> + <p>Convey meaning through color with a handful of emphasis utility classes. These may also be applied to links and will darken on hover just like our default link styles.</p> <div class="bs-example"> <p class="text-muted">Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.</p> <p class="text-primary">Nullam id dolor id nibh ultricies vehicula ut id elit.</p> |
