diff options
| author | Mark Otto <[email protected]> | 2011-06-30 13:51:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-30 13:51:13 -0700 |
| commit | c53e394f71e54359e204f4e5f35eecb93dac65ef (patch) | |
| tree | caf7c417e9feb5ea82e06a4ca513f0239eb264f8 /docs | |
| parent | f725d60a76e6e9cca8e321589ad3d017f38965f4 (diff) | |
| download | bootstrap-c53e394f71e54359e204f4e5f35eecb93dac65ef.tar.xz bootstrap-c53e394f71e54359e204f4e5f35eecb93dac65ef.zip | |
changing stacked forms to be lined up left side w/ 20px
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/js/application.js | 1 | ||||
| -rw-r--r-- | docs/index.html | 24 |
2 files changed, 12 insertions, 13 deletions
diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index 3993c353e..e5cdefdee 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -34,7 +34,6 @@ $(document).ready(function(){ } }); - // Copy code blocks in docs $(".copy-code").focus(function() { $(this).select(); diff --git a/docs/index.html b/docs/index.html index b2f913414..e7929e8ee 100644 --- a/docs/index.html +++ b/docs/index.html @@ -397,10 +397,10 @@ <dl> <dt>Description lists</dt> <dd>A description list is perfect for defining terms.</dd> - <dt>Your mom</dt> + <dt>Euismod</dt> <dd>Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.</dd> <dd>Donec id elit non mi porta gravida at eget metus.</dd> - <dt>And your dad</dt> + <dt>Malesuada porta</dt> <dd>Etiam porta sem malesuada magna mollis euismod.</dd> </dl> </div> @@ -446,8 +446,8 @@ <tbody> <tr> <td>1</td> - <td>Your</td> - <td>Mom</td> + <td>Some</td> + <td>One</td> <td>English</td> </tr> <tr> @@ -483,8 +483,8 @@ <tbody> <tr> <td>1</td> - <td>Your</td> - <td>Mom</td> + <td>Some</td> + <td>One</td> <td>English</td> </tr> <tr> @@ -521,7 +521,7 @@ <tr> <td>1</td> <td>Your</td> - <td>Mom</td> + <td>One</td> <td>English</td> </tr> <tr> @@ -856,21 +856,21 @@ <h3><a class="logo" href="">Project Name</a></h3> <ul> <li class="active"><a href="">Home</a></li> - <li><a href="">Profile</a></li> - <li><a href="">Messages</a></li> - <li><a href="">Who to Follow</a></li> + <li><a href="">Link</a></li> + <li><a href="">Link</a></li> + <li><a href="">Link</a></li> </ul> <form action=""> <input type="text" placeholder="Search" /> </form> <ul class="nav secondary-nav"> <li class="menu"> - <a href="#" class="menu">Username</a> + <a href="#" class="menu">Dropdown</a> <ul class="menu-dropdown"> <li><a href="">Secondary link</a></li> <li><a href="">Something else here</a></li> <li class="divider"></li> - <li><a href="">Sign Out</a></li> + <li><a href="">Another link</a></li> </ul> </li> </ul> |
