Commit fb8310fb authored by Chris Rebert's avatar Chris Rebert

Merge pull request #11936 from KostyaTretyak/patch-1

Deleted curly brackets (in css.html)
parents 85ba1293 09c78709
...@@ -2938,7 +2938,7 @@ a { ...@@ -2938,7 +2938,7 @@ a {
{% highlight css %} {% highlight css %}
@icon-font-path: "../fonts/"; @icon-font-path: "../fonts/";
@icon-font-name: "glyphicons-halflings-regular"; @icon-font-name: "glyphicons-halflings-regular";
{% endhighlight %}} {% endhighlight %}
<h3 id="less-variables-components">Components</h3> <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> <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 { ...@@ -2967,7 +2967,7 @@ a {
@caret-width-base: 4px; @caret-width-base: 4px;
@caret-width-large: 5px; @caret-width-large: 5px;
{% endhighlight %}} {% endhighlight %}
<h2 id="less-mixins-vendor">Vendor mixins</h2> <h2 id="less-mixins-vendor">Vendor mixins</h2>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment