]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
#1693: manual fix of the pull request to add class name changes to pills/tabs to...
authorMark Otto <markdotto@gmail.com>
Sun, 5 Feb 2012 08:29:19 +0000 (00:29 -0800)
committerMark Otto <markdotto@gmail.com>
Sun, 5 Feb 2012 08:29:19 +0000 (00:29 -0800)
docs/assets/bootstrap.zip
docs/templates/pages/upgrading.mustache
docs/upgrading.html

index 2c140266b250004008a34143567f4d4acf72f5c9..0a56f52fd9515d121cdca978a51ccb04a2eed190 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 23a53da0e941f0e42a157f1680c0be710471bfa1..45ab0703bd42e503e55d4b29ee21efd03c2f3859 100644 (file)
   </ul>
   <h3>{{_i}}Navigation{{/i}}</h3>
   <ul>
-    <li>{{_i}}Tabs and pills now require the use of a new base class, <code>.nav</code>, on their <code>&lt;ul&gt;</code>{{/i}}</li>
+    <li>{{_i}}Tabs and pills now require the use of a new base class, <code>.nav</code>, on their <code>&lt;ul&gt;</code> and the class names are now <code>.nav-pills</code> and <code>.nav-tabs</code>.{{/i}}</li>
     <li>{{_i}}New nav list variation added that uses the same base class, <code>.nav</code>{{/i}}</li>
     <li>{{_i}}Vertical tabs and pills have been added&mdash;just add <code>.nav-stacked</code> to the <code>&lt;ul&gt;</code>{{/i}}</li>
     <li>{{_i}}Pills were restyled to be less rounded by default{{/i}}</li>
index 39da8e1f7e055608fb337811229d02e0c5ed9cec..47cac06dcc84c9afada0d6c8d30a06313b5b514d 100644 (file)
   </ul>
   <h3>Navigation</h3>
   <ul>
-    <li>Tabs and pills now require the use of a new base class, <code>.nav</code>, on their <code>&lt;ul&gt;</code></li>
+    <li>Tabs and pills now require the use of a new base class, <code>.nav</code>, on their <code>&lt;ul&gt;</code> and the class names are now <code>.nav-pills</code> and <code>.nav-tabs</code>.</li>
     <li>New nav list variation added that uses the same base class, <code>.nav</code></li>
     <li>Vertical tabs and pills have been added&mdash;just add <code>.nav-stacked</code> to the <code>&lt;ul&gt;</code></li>
     <li>Pills were restyled to be less rounded by default</li>