Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
0cd6d350
Commit
0cd6d350
authored
11 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Update normalize to v2.1.3.
parent
4e962c57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/normalize.less
+16
-6
less/normalize.less
with
16 additions
and
6 deletions
+16
-6
less/normalize.less
+
16
-
6
View file @
0cd6d350
/*! normalize.css v2.1.
0
| MIT License | git.io/normalize */
/*! normalize.css v2.1.
3
| MIT License | git.io/normalize */
// ==========================================================================
// ==========================================================================
// HTML5 display definitions
// HTML5 display definitions
...
@@ -44,10 +44,12 @@ audio:not([controls]) {
...
@@ -44,10 +44,12 @@ audio:not([controls]) {
}
}
//
//
// Address styling not present in IE 8/9.
// Address `[hidden]` styling not present in IE 8/9.
// Hide the `template` element in IE, Safari, and Firefox < 22.
//
//
[hidden] {
[hidden],
template {
display: none;
display: none;
}
}
...
@@ -63,8 +65,8 @@ audio:not([controls]) {
...
@@ -63,8 +65,8 @@ audio:not([controls]) {
html {
html {
font-family: sans-serif; // 1
font-family: sans-serif; // 1
-webkit-text-size-adjust: 100%; // 2
-ms-text-size-adjust: 100%; // 2
-ms-text-size-adjust: 100%; // 2
-webkit-text-size-adjust: 100%; // 2
}
}
//
//
...
@@ -79,6 +81,14 @@ body {
...
@@ -79,6 +81,14 @@ body {
// Links
// Links
// ==========================================================================
// ==========================================================================
//
// Remove the gray background color from active links in IE 10.
//
a {
background: transparent;
}
//
//
// Address `outline` inconsistency between Chrome and other browsers.
// Address `outline` inconsistency between Chrome and other browsers.
//
//
...
@@ -329,8 +339,8 @@ html input[disabled] {
...
@@ -329,8 +339,8 @@ html input[disabled] {
}
}
//
//
// 1. Address box sizing set to `content-box` in IE 8/9.
// 1. Address box sizing set to `content-box` in IE 8/9
/10
.
// 2. Remove excess padding in IE 8/9.
// 2. Remove excess padding in IE 8/9
/10
.
//
//
input[type="checkbox"],
input[type="checkbox"],
...
...
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
Menu
Explore
Projects
Groups
Snippets