diff options
| author | Chris Rebert <[email protected]> | 2013-07-25 12:24:13 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-07-25 12:24:13 -0700 |
| commit | 90fb40b7073af222478a99ee1ef93da879cac8b8 (patch) | |
| tree | ae058dba0b9b193be61e87b1367720a0359f7495 /less/forms.less | |
| parent | c7995cf9645f52966c142d682f1746840572875d (diff) | |
| download | bootstrap-90fb40b7073af222478a99ee1ef93da879cac8b8.tar.xz bootstrap-90fb40b7073af222478a99ee1ef93da879cac8b8.zip | |
twbs ALL the links
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 4 |
1 files changed, 2 insertions, 2 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 { |
