diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index e721aaa80..1ec4304d6 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3298,6 +3298,7 @@ button.close { .pagination { display: inline-block; + padding-left: 0; margin: 20px 0; border-radius: 4px; } @@ -3389,6 +3390,7 @@ button.close { } .pager { + padding-left: 0; margin: 20px 0; text-align: center; list-style: none; @@ -4014,7 +4016,7 @@ a.thumbnail:focus { } .media-list { - margin-left: 0; + padding-left: 0; list-style: none; } diff --git a/docs/examples/navbar-fixed-top.html b/docs/examples/navbar-fixed-top.html index 2f73f08e4..425ff418f 100644 --- a/docs/examples/navbar-fixed-top.html +++ b/docs/examples/navbar-fixed-top.html @@ -60,7 +60,7 @@ title: Fixed navbar template
This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.
- View navbar docs » + View navbar docs »
diff --git a/docs/examples/navbar-static-top.html b/docs/examples/navbar-static-top.html index f22746900..c32d2134a 100644 --- a/docs/examples/navbar-static-top.html +++ b/docs/examples/navbar-static-top.html @@ -57,7 +57,7 @@ title: Static navbar templateThis example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.
- View navbar docs » + View navbar docs »
diff --git a/docs/examples/navbar.html b/docs/examples/navbar.html index f8b25482e..09dba0f23 100644 --- a/docs/examples/navbar.html +++ b/docs/examples/navbar.html @@ -60,7 +60,7 @@ title: Navbar templateThis example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.
- View navbar docs » + View navbar docs »
diff --git a/docs/getting-started.html b/docs/getting-started.html index 718e8ed79..56e6cbc32 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -15,7 +15,7 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and exThere are a few easy ways to quickly get started with Bootstrap, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.
The fastest way to get started is to get the compiled and minified versions of our CSS, JavaScript, and fonts. No documentation or original source files are included.
+The fastest way to get started is to get the compiled and minified versions of our CSS and JavaScript. No documentation or original source files are included.
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.