]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update Twitter's address in examples. 16766/head
authorMatt Kantor <the.matt.kantor@gmail.com>
Sat, 4 Jul 2015 20:32:19 +0000 (13:32 -0700)
committerMatt Kantor <the.matt.kantor@gmail.com>
Sat, 4 Jul 2015 20:32:19 +0000 (13:32 -0700)
They're no longer on Folsom St.

docs/_includes/css/type.html

index 294a1df292ab4446e1ef07ae5d92726a6a28eb8e..839336e6d8db3ef23f13a478b6e82635d74fe1ab 100644 (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">
     <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>