aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-06-16 21:40:50 -0600
committerChris Rebert <[email protected]>2013-06-16 21:40:50 -0600
commit5c63883062f4186d93ce0a8a476dbb8ebaf0731d (patch)
treeecd0b8261b820f3eecd73e7e606cc9207b6a025a /docs
parent1555992e35ddc50e2939fe370c484c2a308a0483 (diff)
downloadbootstrap-5c63883062f4186d93ce0a8a476dbb8ebaf0731d.tar.xz
bootstrap-5c63883062f4186d93ce0a8a476dbb8ebaf0731d.zip
components docs: backticks ==> <code>
Diffstat (limited to 'docs')
-rw-r--r--docs/components.html2
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>