aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-12-20 23:05:18 -0800
committerMark Otto <[email protected]>2014-12-20 23:05:23 -0800
commit28d847a1e03005403a0bc01e3328edf7598656cd (patch)
treec3d001b31e1ea4b67ad4750850a06aecd873b16d /docs/dist/css/bootstrap.css
parent9c526bf519c21587273f3e5324ba42bc49507a3b (diff)
downloadbootstrap-28d847a1e03005403a0bc01e3328edf7598656cd.tar.xz
bootstrap-28d847a1e03005403a0bc01e3328edf7598656cd.zip
grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index 1943a90e5..145128875 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/dist/css/bootstrap.css
@@ -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;
}