mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
grunt
This commit is contained in:
parent
9c526bf519
commit
28d847a1e0
8 changed files with 13 additions and 9 deletions
BIN
dist/fonts/glyphicons-halflings-regular.woff2
vendored
Normal file
BIN
dist/fonts/glyphicons-halflings-regular.woff2
vendored
Normal file
Binary file not shown.
2
docs/assets/css/docs.min.css
vendored
2
docs/assets/css/docs.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -99,12 +99,12 @@ body {
|
|||
display: block;
|
||||
padding: 1em;
|
||||
color: #fff;
|
||||
background-color: #6F5499;
|
||||
background-color: #6f5499;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
#skippy .skiplink-text {
|
||||
padding: 0.5em;
|
||||
padding: .5em;
|
||||
outline: 1px dotted;
|
||||
}
|
||||
|
||||
|
|
4
docs/assets/js/raw-files.min.js
vendored
4
docs/assets/js/raw-files.min.js
vendored
File diff suppressed because one or more lines are too long
8
docs/dist/css/bootstrap.css
vendored
8
docs/dist/css/bootstrap.css
vendored
|
@ -268,7 +268,7 @@ th {
|
|||
font-family: 'Glyphicons Halflings';
|
||||
|
||||
src: url('../fonts/glyphicons-halflings-regular.eot');
|
||||
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
|
||||
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
|
||||
}
|
||||
.glyphicon {
|
||||
position: relative;
|
||||
|
@ -905,7 +905,7 @@ th {
|
|||
content: "\1f6aa";
|
||||
}
|
||||
.glyphicon-key:before {
|
||||
content: "\1F511";
|
||||
content: "\1f511";
|
||||
}
|
||||
.glyphicon-alert:before {
|
||||
content: "\e209";
|
||||
|
@ -4322,6 +4322,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|||
border-top-right-radius: 0;
|
||||
}
|
||||
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
|
||||
margin-bottom: 0;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
border-bottom-right-radius: 0;
|
||||
|
@ -5066,6 +5067,9 @@ a.thumbnail.active {
|
|||
overflow: hidden;
|
||||
zoom: 1;
|
||||
}
|
||||
.media-body {
|
||||
width: 10000px;
|
||||
}
|
||||
.media-object {
|
||||
display: block;
|
||||
}
|
||||
|
|
2
docs/dist/css/bootstrap.css.map
vendored
2
docs/dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.min.css
vendored
2
docs/dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
docs/dist/fonts/glyphicons-halflings-regular.woff2
vendored
Normal file
BIN
docs/dist/fonts/glyphicons-halflings-regular.woff2
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue