This commit is contained in:
Mark Otto 2014-12-20 23:05:18 -08:00
parent 9c526bf519
commit 28d847a1e0
8 changed files with 13 additions and 9 deletions

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -99,12 +99,12 @@ body {
display: block; display: block;
padding: 1em; padding: 1em;
color: #fff; color: #fff;
background-color: #6F5499; background-color: #6f5499;
outline: 0; outline: 0;
} }
#skippy .skiplink-text { #skippy .skiplink-text {
padding: 0.5em; padding: .5em;
outline: 1px dotted; outline: 1px dotted;
} }

File diff suppressed because one or more lines are too long

View File

@ -268,7 +268,7 @@ th {
font-family: 'Glyphicons Halflings'; font-family: 'Glyphicons Halflings';
src: url('../fonts/glyphicons-halflings-regular.eot'); 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 { .glyphicon {
position: relative; position: relative;
@ -905,7 +905,7 @@ th {
content: "\1f6aa"; content: "\1f6aa";
} }
.glyphicon-key:before { .glyphicon-key:before {
content: "\1F511"; content: "\1f511";
} }
.glyphicon-alert:before { .glyphicon-alert:before {
content: "\e209"; content: "\e209";
@ -4322,6 +4322,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
border-top-right-radius: 0; border-top-right-radius: 0;
} }
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-left-radius: 4px; border-top-left-radius: 4px;
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
@ -5066,6 +5067,9 @@ a.thumbnail.active {
overflow: hidden; overflow: hidden;
zoom: 1; zoom: 1;
} }
.media-body {
width: 10000px;
}
.media-object { .media-object {
display: block; 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.