aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-25 13:42:51 -0700
committerMark Otto <[email protected]>2013-07-25 13:42:51 -0700
commitd242d536c4562ab0b30afafb3d2f663e2e55e15b (patch)
tree8f5e76085f7c6dede1f8d7b417b8c66905a560c1 /less
parentbc93a429a8dc981dce39a878c8dd279f250db92d (diff)
parent90fb40b7073af222478a99ee1ef93da879cac8b8 (diff)
downloadbootstrap-d242d536c4562ab0b30afafb3d2f663e2e55e15b.tar.xz
bootstrap-d242d536c4562ab0b30afafb3d2f663e2e55e15b.zip
Merge pull request #8603 from cvrebert/twbs
twbs ALL the links
Diffstat (limited to 'less')
-rw-r--r--less/forms.less4
-rw-r--r--less/mixins.less2
-rw-r--r--less/type.less2
3 files changed, 4 insertions, 4 deletions
diff --git a/less/forms.less b/less/forms.less
index 5991df9db..54b2a658a 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -133,7 +133,7 @@ select[size] {
height: auto;
}
-// Fix optgroup Firefox bug per https://github.com/twitter/bootstrap/issues/7611
+// Fix optgroup Firefox bug per https://github.com/twbs/bootstrap/issues/7611
select optgroup {
font-size: inherit;
font-style: inherit;
@@ -149,7 +149,7 @@ input[type="checkbox"]:focus {
// Fix for Chrome number input
// Setting certain font-sizes causes the `I` bar to appear on hover of the bottom increment button.
-// See https://github.com/twitter/bootstrap/issues/8350 for more.
+// See https://github.com/twbs/bootstrap/issues/8350 for more.
input[type="number"] {
&::-webkit-outer-spin-button,
&::-webkit-inner-spin-button {
diff --git a/less/mixins.less b/less/mixins.less
index a280ca9fd..260129a12 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -139,7 +139,7 @@
}
.skew(@x, @y) {
-webkit-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
transform: skew(@x, @y);
}
.translate3d(@x, @y, @z) {
diff --git a/less/type.less b/less/type.less
index 3d042bdb3..653c78ef4 100644
--- a/less/type.less
+++ b/less/type.less
@@ -164,7 +164,7 @@ dd {
// 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 @gray-light;