Skip to content

Commit

Permalink
Fix .css theme bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklasb committed Dec 26, 2016
1 parent c31cb42 commit f58fd9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ th {
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url('../jspm_packages/github/twbs/[email protected].6/fonts/glyphicons-halflings-regular.eot');
src: url('../jspm_packages/github/twbs/[email protected].6/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../jspm_packages/github/twbs/[email protected].6/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../jspm_packages/github/twbs/[email protected].6/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../jspm_packages/github/twbs/[email protected].6/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../jspm_packages/github/twbs/[email protected].6/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
src: url('../jspm_packages/github/twbs/[email protected].7/fonts/glyphicons-halflings-regular.eot');
src: url('../jspm_packages/github/twbs/[email protected].7/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../jspm_packages/github/twbs/[email protected].7/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../jspm_packages/github/twbs/[email protected].7/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../jspm_packages/github/twbs/[email protected].7/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../jspm_packages/github/twbs/[email protected].7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
position: relative;
Expand Down

0 comments on commit f58fd9d

Please sign in to comment.