diff options
| author | Andreas Cederstròˆm <[email protected]> | 2012-08-14 13:58:12 +0200 |
|---|---|---|
| committer | Andreas Cederstròˆm <[email protected]> | 2012-08-14 13:58:12 +0200 |
| commit | 2df0a0fdeb2ceec2cb193dee98d97cfb9c5e1b87 (patch) | |
| tree | 979f9751b8137dfe888681019171098866cfd0b1 | |
| parent | 4bf93a2d76ddec19e22be771ef1832ef563c91a5 (diff) | |
| download | bootstrap-2df0a0fdeb2ceec2cb193dee98d97cfb9c5e1b87.tar.xz bootstrap-2df0a0fdeb2ceec2cb193dee98d97cfb9c5e1b87.zip | |
now with 13 custom jquery plugins
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 | ||||
| -rw-r--r-- | docs/javascript.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 6abfad081..3fd9070be 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1042,6 +1042,7 @@ input[type="file"] { select { width: 220px; + background-color: #ffffff; border: 1px solid #bbb; } diff --git a/docs/javascript.html b/docs/javascript.html index f9ede2f2b..05466a510 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -74,7 +74,7 @@ <header class="jumbotron subhead" id="overview"> <div class="container"> <h1>JavaScript for Bootstrap</h1> - <p class="lead">Bring Bootstrap's components to life—now with 12 custom jQuery plugins. + <p class="lead">Bring Bootstrap's components to life—now with 13 custom jQuery plugins. </div> </header> diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 296ccef81..d6d49a7ec 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -3,7 +3,7 @@ <header class="jumbotron subhead" id="overview"> <div class="container"> <h1>{{_i}}JavaScript for Bootstrap{{/i}}</h1> - <p class="lead">{{_i}}Bring Bootstrap's components to life—now with 12 custom jQuery plugins.{{/i}} + <p class="lead">{{_i}}Bring Bootstrap's components to life—now with 13 custom jQuery plugins.{{/i}} </div> </header> |
