diff options
| author | Mark Otto <[email protected]> | 2014-06-18 22:16:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-18 22:16:15 -0700 |
| commit | 02642350f807c1431e686f03a97c0067fc0a2b51 (patch) | |
| tree | 5c9e987801ca769e1a5b580255c447ffd6b7944c /docs/_includes | |
| parent | f4dd02f531f21207a29ffd966081e1a824155706 (diff) | |
| download | bootstrap-02642350f807c1431e686f03a97c0067fc0a2b51.tar.xz bootstrap-02642350f807c1431e686f03a97c0067fc0a2b51.zip | |
Fixes #13400, #13415: actually document the existing practice for links in panel headings
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/components/panels.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_includes/components/panels.html b/docs/_includes/components/panels.html index b00cd0f72..acf32c51c 100644 --- a/docs/_includes/components/panels.html +++ b/docs/_includes/components/panels.html @@ -22,6 +22,7 @@ <h3 id="panels-heading">Panel with heading</h3> <p>Easily add a heading container to your panel with <code>.panel-heading</code>. You may also include any <code><h1></code>-<code><h6></code> with a <code>.panel-title</code> class to add a pre-styled heading.</p> + <p>For proper link coloring, be sure to place links in headings within <code>.panel-title</code>.</p> <div class="bs-example"> <div class="panel panel-default"> <div class="panel-heading">Panel heading without title</div> |
