Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/bootstrap.less4
-rw-r--r--less/mixins.less4
-rw-r--r--less/responsive.less4
-rw-r--r--less/tests/css-tests.html4
-rw-r--r--less/type.less2
5 files changed, 9 insertions, 9 deletions
diff --git a/less/bootstrap.less b/less/bootstrap.less
index d4ebf37acc..3eabae1440 100644
--- a/less/bootstrap.less
+++ b/less/bootstrap.less
@@ -1,11 +1,11 @@
/*!
* Bootstrap v2.3.2
*
- * Copyright 2012 Twitter, Inc
+ * Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
- * Designed and built with all the love in the world @twitter by @mdo and @fat.
+ * Designed and built with all the love in the world by @mdo and @fat.
*/
// Core variables and mixins
diff --git a/less/mixins.less b/less/mixins.less
index 79d889219f..857561e9a0 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -300,10 +300,10 @@
.skew(@x, @y) {
-webkit-transform: skew(@x, @y);
-moz-transform: skew(@x, @y);
- -ms-transform: skewX(@x) skewY(@y); // See https://github.com/twitter/bootstrap/issues/4885
+ -ms-transform: skewX(@x) skewY(@y); // See https://github.com/twbs/bootstrap/issues/4885
-o-transform: skew(@x, @y);
transform: skew(@x, @y);
- -webkit-backface-visibility: hidden; // See https://github.com/twitter/bootstrap/issues/5319
+ -webkit-backface-visibility: hidden; // See https://github.com/twbs/bootstrap/issues/5319
}
.translate3d(@x, @y, @z) {
-webkit-transform: translate3d(@x, @y, @z);
diff --git a/less/responsive.less b/less/responsive.less
index 9e5f9b1f45..3d4c58cabd 100644
--- a/less/responsive.less
+++ b/less/responsive.less
@@ -1,11 +1,11 @@
/*!
* Bootstrap Responsive v2.3.2
*
- * Copyright 2012 Twitter, Inc
+ * Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
- * Designed and built with all the love in the world @twitter by @mdo and @fat.
+ * Designed and built with all the love in the world by @mdo and @fat.
*/
diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html
index c69688c763..6778e9e688 100644
--- a/less/tests/css-tests.html
+++ b/less/tests/css-tests.html
@@ -1365,8 +1365,8 @@
<p>Icons from <a href="http://glyphicons.com">Glyphicons Free</a>, licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
<ul class="footer-links">
<li><a href="http://blog.getbootstrap.com">Read the blog</a></li>
- <li><a href="https://github.com/twitter/bootstrap/issues?state=open">Submit issues</a></li>
- <li><a href="https://github.com/twitter/bootstrap/wiki">Roadmap and changelog</a></li>
+ <li><a href="https://github.com/twbs/bootstrap/issues?state=open">Submit issues</a></li>
+ <li><a href="https://github.com/twbs/bootstrap/wiki">Roadmap and changelog</a></li>
</ul>
</div>
</footer>
diff --git a/less/type.less b/less/type.less
index 337138ac8e..6a472db497 100644
--- a/less/type.less
+++ b/less/type.less
@@ -178,7 +178,7 @@ hr {
// Abbreviations and acronyms
abbr[title],
-// Added data-* attribute to help out our tooltip plugin, per https://github.com/twitter/bootstrap/issues/5257
+// Added data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted @grayLight;