1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 11:21:23 +02:00

Merge branch 'master' of github.com:twbs/bootstrap

Conflicts:
	dist/css/bootstrap.min.css
This commit is contained in:
Mark Otto
2013-09-19 22:57:11 -05:00
14 changed files with 79 additions and 39 deletions

View File

@@ -1,4 +1,4 @@
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
@@ -26,7 +26,8 @@ audio:not([controls]) {
height: 0;
}
[hidden] {
[hidden],
template {
display: none;
}
@@ -40,6 +41,10 @@ body {
margin: 0;
}
a {
background: transparent;
}
a:focus {
outline: thin dotted;
}
@@ -3950,7 +3955,7 @@ textarea.input-group-sm > .input-group-btn > .btn {
}
.nav-pills > li > a {
border-radius: 5px;
border-radius: 4px;
}
.nav-pills > li + li {

File diff suppressed because one or more lines are too long