diff options
| author | Mark Otto <[email protected]> | 2013-08-18 21:02:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-18 21:02:52 -0700 |
| commit | b360a97f5c03069e7b8a06492043fc2969248f84 (patch) | |
| tree | f7c9b61ce2137e0898a704347d4a73d26e1a553b /index.html | |
| parent | a9378a92670f4bf5ccb753191af795c45bb64998 (diff) | |
| download | bootstrap-b360a97f5c03069e7b8a06492043fc2969248f84.tar.xz bootstrap-b360a97f5c03069e7b8a06492043fc2969248f84.zip | |
mo betta btn classes in docs
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index 26252c889..eab9d1d85 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ base_url: "./" <h1>Bootstrap 3</h1> <p class="lead">Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.</p> <p> - <a href="{{ site.download }}" class="btn btn-outline btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0']);">Download Bootstrap</a> + <a href="{{ site.download }}" class="btn btn-outline-inverse btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0']);">Download Bootstrap</a> </p> </div> </main> |
