From 25607c268337c6505f633309e2765cf328a6896b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 13 Oct 2013 23:19:11 -0700 Subject: [PATCH] add translations, copy edit a few things, and fix alignment of ads --- _includes/nav-about.html | 3 +++ about.html | 20 ++++++++++++++++++-- assets/css/docs.css | 7 ++++++- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/_includes/nav-about.html b/_includes/nav-about.html index d6f971f6be..2cf12359b7 100644 --- a/_includes/nav-about.html +++ b/_includes/nav-about.html @@ -7,3 +7,6 @@
  • Community
  • +
  • + Translations +
  • diff --git a/about.html b/about.html index c9c2088375..e7bc384251 100644 --- a/about.html +++ b/about.html @@ -13,8 +13,8 @@ base_url: "../" -

    Originally created at Twitter by a designer and a developer nearly three years ago, Bootstrap has become one of the most popular front-end frameworks and open source projects in the world.

    -

    Bootstrap was created at Twitter in mid-2010 by @mdo and @fat. Prior to being open-sourced framework, Bootstrap was known as Twitter Blueprint. A few months into development, Twitter held its first Hack Week and the project exploded as developers of all skill levels jumped in. It served as the style guide for internal tools development at the company for over a year before its public release.

    +

    Originally created by a designer and a developer at Twitter, Bootstrap has become one of the most popular front-end frameworks and open source projects in the world.

    +

    Bootstrap was created at Twitter in mid-2010 by @mdo and @fat. Prior to being an open-sourced framework, Bootstrap was known as Twitter Blueprint. A few months into development, Twitter held its first Hack Week and the project exploded as developers of all skill levels jumped in without any external guidance. It served as the style guide for internal tools development at the company for over a year before its public release, and continues to do so today.

    Originally released on , we've since had over twenty releases, including two major rewrites with v2 and v3. With Bootstrap 2, we added responsive functionality to the entire framework as an optional stylesheet. Building on that with Bootstrap 3, we rewrote the library once more to make it responsive by default with a mobile first approach.

    @@ -67,3 +67,19 @@ base_url: "../"

    You can also follow @twbootstrap on Twitter for the latest gossip and awesome music videos.

    + + + +
    + +

    Community members have translated Bootstrap's documentation into various langauges. None are officially supported and may not always be up to date.

    + +

    Have another language to add, or perhaps a different or better translation? Let us know by opening an issue.

    +
    diff --git a/assets/css/docs.css b/assets/css/docs.css index 0d8981d71e..c1ecf71b91 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -373,7 +373,7 @@ body { .carbonad { position: absolute; top: 20px; - right: 0; + right: 15px; /* 15px instead of 0 since box-sizing */ padding: 15px !important; width: 330px !important; } @@ -1118,6 +1118,11 @@ h1[id] { * Odds and ends for optimum docs display. */ + /* About page */ + .bs-about { + font-size: 16px; + } + /* Examples gallery: space out content better */ .bs-examples h4 { margin-bottom: 5px;