]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
ensure right align dropdown example doesn't go all the way off page
authorMark Otto <markotto@twitter.com>
Sun, 11 Mar 2012 02:15:28 +0000 (18:15 -0800)
committerMark Otto <markotto@twitter.com>
Sun, 11 Mar 2012 02:15:28 +0000 (18:15 -0800)
docs/assets/bootstrap.zip
docs/components.html
docs/templates/pages/components.mustache

index 7532d9aedadf2d9322f823176a2516d0f8046f05..75cc8353e8927f19798c4d462b263fd8ff9cb5aa 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 7425b8e6a9a3a03657ad91da4dd0d2c0397ac266..5e6e8f8fecfba22ddbe9063e221068318b3b766e 100644 (file)
       <p>Add <code>.pull-right</code> to the <code>.dropdown-menu</code> of any button dropdown for right aligned menus.</p>
       <div class="btn-toolbar">
         <div class="btn-group">
-          <button class="btn">Right</button>
+          <button class="btn">Right aligned</button>
           <button class="btn dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button>
           <ul class="dropdown-menu pull-right">
             <li><a href="#">Action</a></li>
index c334c3aa375d5f7b5669f9142f2d94fc10bd167f..d841357c37e814726b54a6d2d856219a392866cc 100644 (file)
       <p>{{_i}}Add <code>.pull-right</code> to the <code>.dropdown-menu</code> of any button dropdown for right aligned menus.{{/i}}</p>
       <div class="btn-toolbar">
         <div class="btn-group">
-          <button class="btn">{{_i}}Right{{/i}}</button>
+          <button class="btn">{{_i}}Right aligned{{/i}}</button>
           <button class="btn dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button>
           <ul class="dropdown-menu pull-right">
             <li><a href="#">{{_i}}Action{{/i}}</a></li>