aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorkostyatretyak <[email protected]>2013-12-19 11:07:56 +0200
committerkostyatretyak <[email protected]>2013-12-19 11:07:56 +0200
commit09c78709714aba56764bef1b9acb2ee2f8c85e6a (patch)
treef25cce33dfc07e82870e154449ebad7393572fec /css.html
parent091146ee73a4226e49dcbcc9ec11dd094a112c2f (diff)
downloadbootstrap-09c78709714aba56764bef1b9acb2ee2f8c85e6a.tar.xz
bootstrap-09c78709714aba56764bef1b9acb2ee2f8c85e6a.zip
Deleted curly brackets (in css.html)
Diffstat (limited to 'css.html')
-rw-r--r--css.html4
1 files changed, 2 insertions, 2 deletions
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 %}
<h3 id="less-variables-components">Components</h3>
<p>Components throughout Bootstrap make use of some default variables for setting common values. Here are the most commonly used.</p>
@@ -2967,7 +2967,7 @@ a {
@caret-width-base: 4px;
@caret-width-large: 5px;
-{% endhighlight %}}
+{% endhighlight %}
<h2 id="less-mixins-vendor">Vendor mixins</h2>