mirror of https://github.com/twbs/bootstrap.git
grunt
This commit is contained in:
parent
9c526bf519
commit
28d847a1e0
Binary file not shown.
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;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in New Issue