diff options
| author | XhmikosR <[email protected]> | 2014-10-07 15:59:26 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-10-07 15:59:26 +0300 |
| commit | 3bdafb1fa53ebb05cf971f1fbc1c4070cbd7ff53 (patch) | |
| tree | 356a5500b2965297f9af4f59e5d036e15a98bff3 /docs/_includes/css/less.html | |
| parent | b93ebeaa9c4176f3c92e2cd0a7db639f0f972f32 (diff) | |
| parent | 909a1783620250f544a9bc61934223e8bd50c894 (diff) | |
| download | bootstrap-3bdafb1fa53ebb05cf971f1fbc1c4070cbd7ff53.tar.xz bootstrap-3bdafb1fa53ebb05cf971f1fbc1c4070cbd7ff53.zip | |
Merge pull request #14745 from twbs/twitter-https
Change Twitter links to use `https`.
Diffstat (limited to 'docs/_includes/css/less.html')
| -rw-r--r-- | docs/_includes/css/less.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/css/less.html b/docs/_includes/css/less.html index b325ea9eb..20aac061a 100644 --- a/docs/_includes/css/less.html +++ b/docs/_includes/css/less.html @@ -390,7 +390,7 @@ a { <p>Utility mixins are mixins that combine otherwise unrelated CSS properties to achieve a specific goal or task.</p> <h3 id="less-mixins-clearfix">Clearfix</h3> - <p>Forget adding <code>class="clearfix"</code> to any element and instead add the <code>.clearfix()</code> mixin where appropriate. Uses the <a href="http://nicolasgallagher.com/micro-clearfix-hack/" target="_blank">micro clearfix</a> from <a href="http://twitter.com/necolas" target="_blank">Nicolas Gallager</a>.</p> + <p>Forget adding <code>class="clearfix"</code> to any element and instead add the <code>.clearfix()</code> mixin where appropriate. Uses the <a href="http://nicolasgallagher.com/micro-clearfix-hack/" target="_blank">micro clearfix</a> from <a href="https://twitter.com/necolas" target="_blank">Nicolas Gallager</a>.</p> {% highlight scss %} // Mixin .clearfix() { |
