Commit 28d847a1 authored by Mark Otto's avatar Mark Otto
Browse files

grunt

parent 9c526bf5
4 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 12 additions and 8 deletions
+12 -8
File added
This diff is collapsed.
......@@ -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;
}
......
This diff is collapsed.
......@@ -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 suppressed by a .gitattributes entry or the file's encoding is unsupported.
This source diff could not be displayed because it is too large. You can view the blob instead.
File added
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment