aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/css
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-07-04 14:35:52 -0700
committerChris Rebert <[email protected]>2015-07-04 14:35:52 -0700
commitccb74cadf900a1e955193822d3d1dcc78814f0f3 (patch)
treef345f6bc307fa720820ce1a60ac2037898658117 /docs/_includes/css
parent9ef107b6703dcb65679d9ae518019f74f61f8f6a (diff)
parentc7ddec640adcc112bd816f606e20dace0f4768c0 (diff)
downloadbootstrap-ccb74cadf900a1e955193822d3d1dcc78814f0f3.tar.xz
bootstrap-ccb74cadf900a1e955193822d3d1dcc78814f0f3.zip
Merge pull request #16766 from mkantor/update-example-address
Update Twitter's address in examples. [skip sauce]
Diffstat (limited to 'docs/_includes/css')
-rw-r--r--docs/_includes/css/type.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/_includes/css/type.html b/docs/_includes/css/type.html
index 294a1df29..839336e6d 100644
--- a/docs/_includes/css/type.html
+++ b/docs/_includes/css/type.html
@@ -246,8 +246,8 @@ You can use the mark tag to <mark>highlight</mark> text.
<div class="bs-example" data-example-id="simple-address">
<address>
<strong>Twitter, Inc.</strong><br>
- 795 Folsom Ave, Suite 600<br>
- San Francisco, CA 94107<br>
+ 1355 Market Street, Suite 900<br>
+ San Francisco, CA 94103<br>
<abbr title="Phone">P:</abbr> (123) 456-7890
</address>
<address>
@@ -258,8 +258,8 @@ You can use the mark tag to <mark>highlight</mark> text.
{% highlight html %}
<address>
<strong>Twitter, Inc.</strong><br>
- 795 Folsom Ave, Suite 600<br>
- San Francisco, CA 94107<br>
+ 1355 Market Street, Suite 900<br>
+ San Francisco, CA 94103<br>
<abbr title="Phone">P:</abbr> (123) 456-7890
</address>