diff options
| author | Chris Rebert <[email protected]> | 2013-12-19 01:23:10 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-12-19 01:23:10 -0800 |
| commit | fb8310fbc6d413a3446ecf1772a77911d45fbd62 (patch) | |
| tree | 019fad3df239b5dcfbd929ac1e9ddebda1e2885a /css.html | |
| parent | 85ba12932fc73218a21dade36af9221ec54b0fdf (diff) | |
| parent | 09c78709714aba56764bef1b9acb2ee2f8c85e6a (diff) | |
| download | bootstrap-fb8310fbc6d413a3446ecf1772a77911d45fbd62.tar.xz bootstrap-fb8310fbc6d413a3446ecf1772a77911d45fbd62.zip | |
Merge pull request #11936 from KostyaTretyak/patch-1
Deleted curly brackets (in css.html)
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |
