Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
2b06edc7
Commit
2b06edc7
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
remove firefox <3.6 css hacks for buttons
parent
bbd543db
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+0
-6
docs/assets/css/bootstrap.css
less/buttons.less
+0
-14
less/buttons.less
with
0 additions
and
20 deletions
+0
-20
docs/assets/css/bootstrap.css
+
0
-
6
View file @
2b06edc7
...
...
@@ -3304,12 +3304,6 @@ input[type="button"].btn-block {
background-color
:
#080808
\
9
;
}
button
.btn
::-moz-focus-inner
,
input
[
type
=
"submit"
]
.btn
::-moz-focus-inner
{
padding
:
0
;
border
:
0
;
}
.btn-link
,
.btn-link
:active
,
.btn-link
[
disabled
]
{
...
...
This diff is collapsed.
Click to expand it.
less/buttons.less
+
0
-
14
View file @
2b06edc7
...
...
@@ -168,20 +168,6 @@ input[type="button"] {
}
// Cross-browser Jank
// --------------------------------------------------
button.btn,
input[type="submit"].btn {
// Firefox 3.6 only I believe
&::-moz-focus-inner {
padding: 0;
border: 0;
}
}
// Link buttons
// --------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment