From 595e1a189c1911ada7c4bd4c769c28b1741611ac Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 13 Sep 2012 10:07:57 -0700 Subject: fixes #5119: javascript in navbar typo --- docs/extend.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/extend.html') diff --git a/docs/extend.html b/docs/extend.html index a81016e48..71e068f22 100644 --- a/docs/extend.html +++ b/docs/extend.html @@ -58,7 +58,7 @@ Components
  • - Javascript + JavaScript
  • Customize -- cgit v1.2.3 From 2ead9a5bc34608c982f06391a55fa82cbd856701 Mon Sep 17 00:00:00 2001 From: Martin Bean Date: Fri, 14 Sep 2012 14:06:15 +0100 Subject: Standardized spelling of 'JavaScript'; added icons to file trees --- docs/extend.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'docs/extend.html') diff --git a/docs/extend.html b/docs/extend.html index 71e068f22..4c55a7220 100644 --- a/docs/extend.html +++ b/docs/extend.html @@ -147,7 +147,7 @@
    $ lessc ./less/bootstrap.less > bootstrap.css

    Be sure to include --compress in that command if you're trying to save some bytes!

    -

    Javascript

    +

    JavaScript

    Download the latest Less.js and include the path to it (and Bootstrap) in the <head>.

     <link rel="stylesheet/less" href="/path/to/bootstrap.less">
    @@ -180,18 +180,18 @@
     
               

    Setup file structure

    Download the latest compiled Bootstrap and place into your project. For example, you might have something like this:

    -
    -  app/
    -  ├── layouts/
    -  └── templates/
    -  public/
    -  ├── css/
    -  │   ├── bootstrap.min.css
    -  ├── js/
    -  │   ├── bootstrap.min.js
    -  └── img/
    -      ├── glyphicons-halflings.png
    -      └── glyphicons-halflings-white.png
    +
    +   app/
    +       layouts/
    +       templates/
    +   public/
    +       css/
    +           bootstrap.min.css
    +       js/
    +           bootstrap.min.js
    +       img/
    +           glyphicons-halflings.png
    +           glyphicons-halflings-white.png
     

    Utilize starter template

    -- cgit v1.2.3