From 11f56bbb7b472f7fd17bd86909cf480ee860c751 Mon Sep 17 00:00:00 2001 From: Quy Ton Date: Sat, 4 Jan 2014 09:10:02 -0800 Subject: Use relative URLs --- docs/css.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/css.html') diff --git a/docs/css.html b/docs/css.html index 38f03c4a5..1c8b7c1fd 100644 --- a/docs/css.html +++ b/docs/css.html @@ -2552,7 +2552,7 @@ For example, <section> should be wrapped as inline.

Screen reader content

-

Hide an element to all devices except screen readers with .sr-only. Necessary for following accessibility best practices. Can also be used as a mixin.

+

Hide an element to all devices except screen readers with .sr-only. Necessary for following accessibility best practices. Can also be used as a mixin.

{% highlight html %} Skip to main content {% endhighlight %} @@ -2820,11 +2820,11 @@ For example, <section> should be wrapped as inline.

Bootstrap's CSS is built on Less, a preprocessor with additional functionality like variables, mixins, and functions for compiling CSS. Those looking to use the source Less files instead of our compiled CSS files can make use of the numerous variables and mixins we use throughout the framework.

-

Grid variables and mixins are covered within the Grid system section.

+

Grid variables and mixins are covered within the Grid system section.

Variables

-

Variables are used throughout the entire project as a way to centralize and share commonly used values like colors, spacing, or font stacks. For a complete breakdown, please see the Customizer.

+

Variables are used throughout the entire project as a way to centralize and share commonly used values like colors, spacing, or font stacks. For a complete breakdown, please see the Customizer.

Colors

Easily make use of two color schemes: grayscale and semantic. Grayscale colors provide quick access to commonly used shades of black while semantic include various colors assigned to meaningful contextual values.

@@ -3462,7 +3462,7 @@ Bootstrap.javascripts_path @import "bootstrap/theme"; {% endhighlight %} -

The full list of Bootstrap variables can be found in the Customizer. You can override these by simply redefining the variable before the @import directive, e.g.:

+

The full list of Bootstrap variables can be found in the Customizer. You can override these by simply redefining the variable before the @import directive, e.g.:

{% highlight sass %} $navbar-default-bg: #312312; -- cgit v1.2.3