From 09c78709714aba56764bef1b9acb2ee2f8c85e6a Mon Sep 17 00:00:00 2001 From: kostyatretyak Date: Thu, 19 Dec 2013 11:07:56 +0200 Subject: Deleted curly brackets (in css.html) --- css.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'css.html') diff --git a/css.html b/css.html index cd233ef2a..d6bea5560 100644 --- a/css.html +++ b/css.html @@ -2938,7 +2938,7 @@ a { {% highlight css %} @icon-font-path: "../fonts/"; @icon-font-name: "glyphicons-halflings-regular"; -{% endhighlight %}} +{% endhighlight %}

Components

Components throughout Bootstrap make use of some default variables for setting common values. Here are the most commonly used.

@@ -2967,7 +2967,7 @@ a { @caret-width-base: 4px; @caret-width-large: 5px; -{% endhighlight %}} +{% endhighlight %}

Vendor mixins

-- cgit v1.2.3 From ded1e722029a5f74116778a2b648ed8a4956cad6 Mon Sep 17 00:00:00 2001 From: robertgentel Date: Thu, 19 Dec 2013 11:06:45 -0600 Subject: Update css.html Documentation (missing word) --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css.html') diff --git a/css.html b/css.html index d6bea5560..278eb6cf5 100644 --- a/css.html +++ b/css.html @@ -1775,7 +1775,7 @@ For example, <section> should be wrapped as inline. {% endhighlight %}

Inline checkboxes

-

Use .checkbox-inline or .radio-inline class to a series of checkboxes or radios for controls appear on the same line.

+

Use .checkbox-inline or .radio-inline class to a series of checkboxes or radios for controls that appear on the same line.