diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 739ae1fc4d..b70b039f20 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -266,12 +266,12 @@ section { .marketing p { margin-right: 10px; } -.marketing .icon { +.marketing .bs-icon { float: left; margin: 7px 10px 0 0; opacity: .8; } -.marketing .small-icon { +.marketing .small-bs-icon { float: left; margin: 4px 5px 0 0; } @@ -497,7 +497,7 @@ section { /* Giant download button */ .download-btn { - margin: 36px 0 108px; + margin: 36px 0 108px.i; } .download p, .download h4 { diff --git a/docs/download.html b/docs/download.html index d4c31ed4df..7b045ae8ef 100644 --- a/docs/download.html +++ b/docs/download.html @@ -76,7 +76,7 @@
  • 1. Select components
  • 2. Modify variables
  • 3. Select jQuery plugins
  • -
  • 4. Build and download
  • +
  • 4. Customize and download
  • @@ -295,7 +295,7 @@
    - Build and Download + Customize and Download

    What's included?

    Downloads include compiled CSS, compiled and minified CSS, and compiled jQuery plugins, all nicely packed up into a zipball for your convenience.

    diff --git a/docs/index.html b/docs/index.html index 0835c46472..b866da87c6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -71,8 +71,8 @@

    Bootstrap,
    from Twitter

    Bootstrap is a responsive frontend toolkit from Twitter designed to kickstart web development, featuring HTML, CSS, and JS for dozens of base elements and common design components.

    - Download on GitHub - Get started → + View on GitHub + Customize and Download

    @@ -138,73 +138,73 @@

    Need reasons to love Bootstrap? Look no further.

    - +

    Built for and by nerds

    Like you, we love building awesome products on the web. We love it so much, we decided to help people just like us do it easier, better, and faster. Bootstrap is built for you.

    - +

    For all skill levels

    Bootstrap is designed to help people of all skill level—designer or developer, huge nerd or early beginner. Use it as a complete kit or use to start something more complex.

    - +

    Cross-everything

    Originally built with only modern browsers in mind, Bootstrap has evolved to include support for all major browsers (even IE7!) and, with Bootstrap 2, tablets and smartphones, too.

    - +

    12-column grid

    Grid systems aren't everything, but having a durable and flexible one at the core of your work can make development much simpler. Use our built-in grid classes or roll your own.

    - +

    Responsive design

    With Bootstrap 2, we've gone fully responsive. Our components are scaled according to a range of resolutions and devices to provide a consistent experience, no matter what.

    - +

    Styleguide docs

    Unlike other front-end toolkits, Bootstrap was designed first and foremost as a styleguide to document not only our features, but best practices and living, coded examples.

    - +

    Growing library

    Despite being only 10kb (gzipped), Bootstrap is one of the most complete front-end toolkits out there with dozens of fully functional components ready to be put to use.

    - +

    Custom jQuery plugins

    What good is an awesome design component without easy-to-use, proper, and extensible interactions? With Bootstrap, you get custom-built jQuery plugins to bring your projects to life.

    - +

    Built on LESS

    Where vanilla CSS falters, LESS excels. Variables, nesting, operations, and mixins in LESS makes coding CSS faster and more efficient with minimal overhead.

    - +

    HTML5

    Built to support new HTML5 elements and syntax.

    - +

    CSS3

    Progressively enhanced components for ultimate style.

    - +

    Open-source

    Built for and maintained by the community via GitHub.

    - +

    Made at Twitter

    Brought to you by an experienced engineer and designer.

    diff --git a/docs/templates/pages/download.mustache b/docs/templates/pages/download.mustache index 216098bad0..f5964dc352 100644 --- a/docs/templates/pages/download.mustache +++ b/docs/templates/pages/download.mustache @@ -12,7 +12,7 @@
  • {{_i}}1. Select components{{/i}}
  • {{_i}}2. Modify variables{{/i}}
  • {{_i}}3. Select jQuery plugins{{/i}}
  • -
  • {{_i}}4. Build and download{{/i}}
  • +
  • {{_i}}4. Customize and download{{/i}}
  • @@ -231,7 +231,7 @@
    - Build and Download + Customize and Download

    What's included?

    Downloads include compiled CSS, compiled and minified CSS, and compiled jQuery plugins, all nicely packed up into a zipball for your convenience.

    diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index c3f725a05d..ff486bc7b9 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -7,8 +7,8 @@

    {{_i}}Bootstrap,
    from Twitter{{/i}}

    {{_i}}Bootstrap is a responsive frontend toolkit from Twitter designed to kickstart web development, featuring HTML, CSS, and JS for dozens of base elements and common design components.{{/i}}

    - {{_i}}Download on GitHub{{/i}} - {{_i}}Get started →{{/i}} + {{_i}}View on GitHub{{/i}} + {{_i}}Customize and Download{{/i}}

    @@ -74,73 +74,73 @@

    {{_i}}Need reasons to love Bootstrap? Look no further.{{/i}}

    - +

    {{_i}}Built for and by nerds{{/i}}

    {{_i}}Like you, we love building awesome products on the web. We love it so much, we decided to help people just like us do it easier, better, and faster. Bootstrap is built for you.{{/i}}

    - +

    {{_i}}For all skill levels{{/i}}

    {{_i}}Bootstrap is designed to help people of all skill level—designer or developer, huge nerd or early beginner. Use it as a complete kit or use to start something more complex.{{/i}}

    - +

    {{_i}}Cross-everything{{/i}}

    {{_i}}Originally built with only modern browsers in mind, Bootstrap has evolved to include support for all major browsers (even IE7!) and, with Bootstrap 2, tablets and smartphones, too.{{/i}}

    - +

    {{_i}}12-column grid{{/i}}

    {{_i}}Grid systems aren't everything, but having a durable and flexible one at the core of your work can make development much simpler. Use our built-in grid classes or roll your own.{{/i}}

    - +

    {{_i}}Responsive design{{/i}}

    {{_i}}With Bootstrap 2, we've gone fully responsive. Our components are scaled according to a range of resolutions and devices to provide a consistent experience, no matter what.{{/i}}

    - +

    {{_i}}Styleguide docs{{/i}}

    {{_i}}Unlike other front-end toolkits, Bootstrap was designed first and foremost as a styleguide to document not only our features, but best practices and living, coded examples.{{/i}}

    - +

    {{_i}}Growing library{{/i}}

    {{_i}}Despite being only 10kb (gzipped), Bootstrap is one of the most complete front-end toolkits out there with dozens of fully functional components ready to be put to use.{{/i}}

    - +

    {{_i}}Custom jQuery plugins{{/i}}

    {{_i}}What good is an awesome design component without easy-to-use, proper, and extensible interactions? With Bootstrap, you get custom-built jQuery plugins to bring your projects to life.{{/i}}

    - +

    {{_i}}Built on LESS{{/i}}

    {{_i}}Where vanilla CSS falters, LESS excels. Variables, nesting, operations, and mixins in LESS makes coding CSS faster and more efficient with minimal overhead.{{/i}}

    - +

    HTML5

    {{_i}}Built to support new HTML5 elements and syntax.{{/i}}

    - +

    CSS3

    {{_i}}Progressively enhanced components for ultimate style.{{/i}}

    - +

    {{_i}}Open-source{{/i}}

    {{_i}}Built for and maintained by the community via GitHub.{{/i}}

    - +

    {{_i}}Made at Twitter{{/i}}

    {{_i}}Brought to you by an experienced engineer and designer.{{/i}}