From 20d3ad10eb5d40e48074229c4dcc6ed423c6fe87 Mon Sep 17 00:00:00 2001 From: Steven Black Date: Sun, 1 Mar 2015 01:59:54 +0200 Subject: Accessibility and headings hierarchy for the "CSS" page. Closes #15948 by merging it. --- docs/_includes/css/overview.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/_includes/css/overview.html') diff --git a/docs/_includes/css/overview.html b/docs/_includes/css/overview.html index 86a5b45b0..bd0e53848 100644 --- a/docs/_includes/css/overview.html +++ b/docs/_includes/css/overview.html @@ -3,7 +3,7 @@

Get the lowdown on the key pieces of Bootstrap's infrastructure, including our approach to better, faster, stronger web development.

-

HTML5 doctype

+

HTML5 doctype

Bootstrap makes use of certain HTML elements and CSS properties that require the use of the HTML5 doctype. Include it at the beginning of all your projects.

{% highlight html %} @@ -12,7 +12,7 @@ {% endhighlight %} -

Mobile first

+

Mobile first

With Bootstrap 2, we added optional mobile friendly styles for key aspects of the framework. With Bootstrap 3, we've rewritten the project to be mobile friendly from the start. Instead of adding on optional mobile styles, they're baked right into the core. In fact, Bootstrap is mobile first. Mobile first styles can be found throughout the entire library instead of in separate files.

To ensure proper rendering and touch zooming, add the viewport meta tag to your <head>.

{% highlight html %} @@ -23,7 +23,7 @@ {% endhighlight %} - +

Bootstrap sets basic global display, typography, and link styles. Specifically, we:

These styles can be found within scaffolding.less.

-

Normalize.css

+

Normalize.css

For improved cross-browser rendering, we use Normalize.css, a project by Nicolas Gallagher and Jonathan Neal.

-

Containers

+

Containers

Bootstrap requires a containing element to wrap site contents and house our grid system. You may choose one of two containers to use in your projects. Note that, due to padding and more, neither container is nestable.

Use .container for a responsive fixed width container.

{% highlight html %} -- cgit v1.2.3