diff options
| author | Mark Otto <[email protected]> | 2011-09-09 16:00:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-09 16:00:59 -0700 |
| commit | dad058326e5aca45161887c246861e64d7192dca (patch) | |
| tree | b8d4448b973ac248d4f48f565c7d29724f6e0290 /docs | |
| parent | 53135839f549a3278e39f912283b48180a2b6c8c (diff) | |
| download | bootstrap-dad058326e5aca45161887c246861e64d7192dca.tar.xz bootstrap-dad058326e5aca45161887c246861e64d7192dca.zip | |
add version # to docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/docs.css | 4 | ||||
| -rw-r--r-- | docs/index.html | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 31ed82a7f..536446c23 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -111,6 +111,10 @@ section > .row { margin-bottom: 9px; color: #333; } +.quickstart .current-version, +.quickstart .current-version a { + color: #999; +} .quickstart h6 { color: #999; } diff --git a/docs/index.html b/docs/index.html index 083e38b0b..4d722d867 100644 --- a/docs/index.html +++ b/docs/index.html @@ -97,6 +97,7 @@ <h6>Fork on GitHub</h6> <p>Download, fork, pull, file issues, and more with the official Bootstrap repo on Github.</p> <p><a target="_blank" href="https://github.com/twitter/bootstrap" class="btn primary">Bootstrap on GitHub »</a></p> + <p class="current-version">Currently <a href="https://github.com/twitter/bootstrap/wiki/Changelog">v1.2.0</a></p> </div> </div><!-- /row --> </div> @@ -1275,8 +1276,8 @@ <p>One fine body…</p> </div> <div class="modal-footer"> - <a href="#" class="btn primary">Primary</a> <a href="#" class="btn secondary">Secondary</a> + <a href="#" class="btn primary">Primary</a> </div> </div> </div> |
