From 267690eb1bd0192338b07c6d4ed2f5b25d2fc143 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 15 Jan 2013 14:30:00 -0800 Subject: docs changes, more type improvements, add grid system basics back --- docs/getting-started.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 99996c4f8..b9ed5809d 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -135,12 +135,15 @@ ├── js/ │ ├── bootstrap.js │ ├── bootstrap.min.js - └── img/ - ├── glyphicons-halflings.png - └── glyphicons-halflings-white.png + └── fonts/ + ├── glyphiconshalflings-regular.eot + ├── glyphiconshalflings-regular.otf + ├── glyphiconshalflings-regular.svg + ├── glyphiconshalflings-regular.ttf + └── glyphiconshalflings-regular.woff

This is the most basic form of Bootstrap: compiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (bootstrap.*), as well as compiled and minified CSS and JS (bootstrap.min.*). The image files are compressed using ImageOptim, a Mac app for compressing PNGs.

-

Please note that all JavaScript plugins require jQuery to be included.

+

Please note that all JavaScript plugins require jQuery to be included.

-- cgit v1.2.3