Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
0ca71396
Commit
0ca71396
authored
Oct 07, 2014
by
XhmikosR
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update normalize.css to v3.0.2.
parent
61705d35
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
6 deletions
+9
-6
dist/css/bootstrap.css
dist/css/bootstrap.css
+3
-2
dist/css/bootstrap.css.map
dist/css/bootstrap.css.map
+0
-0
dist/css/bootstrap.min.css
dist/css/bootstrap.min.css
+1
-1
less/normalize.less
less/normalize.less
+5
-3
No files found.
dist/css/bootstrap.css
View file @
0ca71396
...
...
@@ -4,7 +4,7 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.
1
| MIT License | git.io/normalize */
/*! normalize.css v3.0.
2
| MIT License | git.io/normalize */
html
{
font-family
:
sans-serif
;
-webkit-text-size-adjust
:
100%
;
...
...
@@ -22,6 +22,7 @@ footer,
header
,
hgroup
,
main
,
menu
,
nav
,
section
,
summary
{
...
...
@@ -43,7 +44,7 @@ template {
display
:
none
;
}
a
{
background
:
transparent
;
background
-color
:
transparent
;
}
a
:active
,
a
:hover
{
...
...
dist/css/bootstrap.css.map
View file @
0ca71396
This diff was suppressed by a .gitattributes entry.
dist/css/bootstrap.min.css
View file @
0ca71396
This source diff could not be displayed because it is too large. You can
view the blob
instead.
less/normalize.less
View file @
0ca71396
/*! normalize.css v3.0.
1
| MIT License | git.io/normalize */
/*! normalize.css v3.0.
2
| MIT License | git.io/normalize */
//
// 1. Set default font family to sans-serif.
...
...
@@ -25,7 +25,8 @@ body {
//
// Correct `block` display not defined for any HTML5 element in IE 8/9.
// Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
// Correct `block` display not defined for `details` or `summary` in IE 10/11
// and Firefox.
// Correct `block` display not defined for `main` in IE 11.
//
...
...
@@ -38,6 +39,7 @@ footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
...
...
@@ -85,7 +87,7 @@ template {
//
a {
background: transparent;
background
-color
: transparent;
}
//
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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