diff options
| author | Chris Rebert <[email protected]> | 2013-06-16 21:40:50 -0600 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-06-16 21:40:50 -0600 |
| commit | 5c63883062f4186d93ce0a8a476dbb8ebaf0731d (patch) | |
| tree | ecd0b8261b820f3eecd73e7e606cc9207b6a025a /docs | |
| parent | 1555992e35ddc50e2939fe370c484c2a308a0483 (diff) | |
| download | bootstrap-5c63883062f4186d93ce0a8a476dbb8ebaf0731d.tar.xz bootstrap-5c63883062f4186d93ce0a8a476dbb8ebaf0731d.zip | |
components docs: backticks ==> <code>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html index bfb9a98bb..b18fd2b64 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1415,7 +1415,7 @@ body { padding-bottom: 70px; } <h1>Breadcrumbs <small></small></h1> </div> <p class="lead">Indicate the current page's location within a navigational hierarchy.</p> - <p>Separators are automatically added in CSS through `:after` and `content`.</p> + <p>Separators are automatically added in CSS through <code>:after</code> and <code>content</code>.</p> <div class="bs-example"> <ul class="breadcrumb"> <li class="active">Home</li> |
