diff options
| author | Mark Otto <[email protected]> | 2013-12-21 13:40:42 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-21 13:40:42 -0800 |
| commit | 176e35d33d1dfc5a81df58462d158e90e4cf4cd8 (patch) | |
| tree | 48cffe5ed1af1e04149b7d81a9688c1600da29ad /_includes | |
| parent | 16ff01f6299ebd3d6c35374556fcd5354081d417 (diff) | |
| download | bootstrap-176e35d33d1dfc5a81df58462d158e90e4cf4cd8.tar.xz bootstrap-176e35d33d1dfc5a81df58462d158e90e4cf4cd8.zip | |
rework downloads to simplify and add sass
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/nav-getting-started.html | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/_includes/nav-getting-started.html b/_includes/nav-getting-started.html index 4a8a2f836..f4a98f2ac 100644 --- a/_includes/nav-getting-started.html +++ b/_includes/nav-getting-started.html @@ -1,10 +1,5 @@ <li> - <a href="#download">Download Bootstrap</a> - <ul class="nav"> - <li><a href="#download-compiled">Compiled CSS, JS, and fonts</a></li> - <li><a href="#download-additional">Additional downloads</a></li> - <li><a href="#download-cdn">Bootstrap CDN</a></li> - </ul> + <a href="#download">Download</a> </li> <li> <a href="#whats-included">What's included</a> |
