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
3934e552
Commit
3934e552
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
remove dupe ff3/4 button fixes; also remove headingscolor var
parent
4b0d71ab
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
less/reset.less
+0
-5
less/reset.less
less/type.less
+0
-1
less/type.less
less/variables.less
+0
-1
less/variables.less
with
0 additions
and
7 deletions
+0
-7
less/reset.less
+
0
-
5
View file @
3934e552
...
@@ -103,11 +103,6 @@ button,
...
@@ -103,11 +103,6 @@ button,
input {
input {
line-height: normal;
line-height: normal;
}
}
button::-moz-focus-inner,
input::-moz-focus-inner { // Inner padding and border oddities in FF3/4
padding: 0;
border: 0;
}
button,
button,
html input[type="button"], // Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
html input[type="button"], // Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
input[type="reset"],
input[type="reset"],
...
...
This diff is collapsed.
Click to expand it.
less/type.less
+
0
-
1
View file @
3934e552
...
@@ -58,7 +58,6 @@ h1, h2, h3, h4, h5, h6 {
...
@@ -58,7 +58,6 @@ h1, h2, h3, h4, h5, h6 {
font-family: @headingsFontFamily;
font-family: @headingsFontFamily;
font-weight: @headingsFontWeight;
font-weight: @headingsFontWeight;
line-height: @baseLineHeight;
line-height: @baseLineHeight;
color: @headingsColor;
text-rendering: optimizelegibility; // Fix the character spacing for headings
text-rendering: optimizelegibility; // Fix the character spacing for headings
small {
small {
font-weight: normal;
font-weight: normal;
...
...
This diff is collapsed.
Click to expand it.
less/variables.less
+
0
-
1
View file @
3934e552
...
@@ -55,7 +55,6 @@
...
@@ -55,7 +55,6 @@
@headingsFontFamily: inherit; // empty to use BS default, @baseFontFamily
@headingsFontFamily: inherit; // empty to use BS default, @baseFontFamily
@headingsFontWeight: bold; // instead of browser default, bold
@headingsFontWeight: bold; // instead of browser default, bold
@headingsColor: inherit; // empty to use BS default, @textColor
// Component sizing
// Component sizing
...
...
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