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
f2ee20f8
Commit
f2ee20f8
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
bring in normalize's v3.0.3 changes
parent
9c0bd376
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/normalize.less
+8
-11
less/normalize.less
with
8 additions
and
11 deletions
+8
-11
less/normalize.less
+
8
-
11
View file @
f2ee20f8
/*! normalize.css v3.0.
2
| MIT License | git
.io
/normalize */
/*! normalize.css v3.0.
3
| MIT License | git
hub.com/necolas
/normalize
.css
*/
//
// 1. Set default font family to sans-serif.
// 2. Prevent iOS text size adjust after orientation change,
without disabling
// user zoom.
// 2. Prevent iOS
and IE
text size adjust after
device
orientation change,
//
without disabling
user zoom.
//
html {
...
...
@@ -71,7 +71,7 @@ audio:not([controls]) {
//
// Address `[hidden]` styling not present in IE 8/9/10.
// Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
// Hide the `template` element in IE 8/9/
10/
11, Safari, and Firefox < 22.
//
[hidden],
...
...
@@ -91,7 +91,8 @@ a {
}
//
// Improve readability when focused and also mouse hovered in all browsers.
// Improve readability of focused elements when they are also in an
// active/hover state.
//
a:active,
...
...
@@ -209,7 +210,6 @@ figure {
//
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
...
...
@@ -350,15 +350,12 @@ input[type="number"]::-webkit-outer-spin-button {
//
// 1. Address `appearance` set to `searchfield` in Safari and Chrome.
// 2. Address `box-sizing` set to `border-box` in Safari and Chrome
// (include `-moz` to future-proof).
// 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
//
input[type="search"] {
-webkit-appearance: textfield; // 1
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; // 2
box-sizing: content-box;
box-sizing: content-box; //2
}
//
...
...
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