diff options
| author | Mark Otto <[email protected]> | 2013-08-27 07:50:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-27 07:50:23 -0700 |
| commit | e97b8be2c48addb1d726bc7fe6795e81ad2ebc6b (patch) | |
| tree | 7837ed696e4af02b5d8d136132a5e5aa31a286db /getting-started.html | |
| parent | 1f16e21e75acb924e889b0f11d211ce06943ff7a (diff) | |
| parent | 52c7bacd44d0d43d974bee9d7c57897cf5ea167d (diff) | |
| download | bootstrap-e97b8be2c48addb1d726bc7fe6795e81ad2ebc6b.tar.xz bootstrap-e97b8be2c48addb1d726bc7fe6795e81ad2ebc6b.zip | |
Merge pull request #10208 from javiereguiluz/patch-2
[doc] tweaked the appearance of the last item of the file listings
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/getting-started.html b/getting-started.html index af5e0ee5f..434832f50 100644 --- a/getting-started.html +++ b/getting-started.html @@ -72,10 +72,10 @@ bootstrap/ │ ├── bootstrap.css │ ├── bootstrap.min.css │ ├── bootstrap-theme.css -│ ├── bootstrap-theme.min.css +│ └── bootstrap-theme.min.css ├── js/ │ ├── bootstrap.js -│ ├── bootstrap.min.js +│ └── bootstrap.min.js └── fonts/ ├── glyphicons-halflings-regular.eot ├── glyphicons-halflings-regular.svg |
