2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Update Twitter's address in examples.

They're no longer on Folsom St.
This commit is contained in:
Matt Kantor
2015-07-04 13:32:19 -07:00
parent 9ef107b670
commit c7ddec640a
+4 -4
View File
@@ -246,8 +246,8 @@ You can use the mark tag to <mark>highlight</mark> text.
<div class="bs-example" data-example-id="simple-address"> <div class="bs-example" data-example-id="simple-address">
<address> <address>
<strong>Twitter, Inc.</strong><br> <strong>Twitter, Inc.</strong><br>
795 Folsom Ave, Suite 600<br> 1355 Market Street, Suite 900<br>
San Francisco, CA 94107<br> San Francisco, CA 94103<br>
<abbr title="Phone">P:</abbr> (123) 456-7890 <abbr title="Phone">P:</abbr> (123) 456-7890
</address> </address>
<address> <address>
@@ -258,8 +258,8 @@ You can use the mark tag to <mark>highlight</mark> text.
{% highlight html %} {% highlight html %}
<address> <address>
<strong>Twitter, Inc.</strong><br> <strong>Twitter, Inc.</strong><br>
795 Folsom Ave, Suite 600<br> 1355 Market Street, Suite 900<br>
San Francisco, CA 94107<br> San Francisco, CA 94103<br>
<abbr title="Phone">P:</abbr> (123) 456-7890 <abbr title="Phone">P:</abbr> (123) 456-7890
</address> </address>