##// END OF EJS Templates
Merge pull request #8224 from tmtabor/glyphicon-fix...
Min RK -
r21105:fd958166 merge
parent child Browse files
Show More
@@ -13,8 +13,9 b''
13 @logo_height: 28px;
13 @logo_height: 28px;
14 @border-radius-small: 1px;
14 @border-radius-small: 1px;
15 @border-radius-base: 2px;
15 @border-radius-base: 2px;
16 @border-radius-large: 3px;;
16 @border-radius-large: 3px;
17 @grid-gutter-width: 0px;
17 @grid-gutter-width: 0px;
18 @icon-font-path: "../components/bootstrap/fonts/";
18
19
19 // Disable modal slide-in from top animation.
20 // Disable modal slide-in from top animation.
20 .modal {
21 .modal {
@@ -260,8 +260,8 b' th {'
260 }
260 }
261 @font-face {
261 @font-face {
262 font-family: 'Glyphicons Halflings';
262 font-family: 'Glyphicons Halflings';
263 src: url('../fonts/glyphicons-halflings-regular.eot');
263 src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot');
264 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');
264 src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
265 }
265 }
266 .glyphicon {
266 .glyphicon {
267 position: relative;
267 position: relative;
General Comments 0
You need to be logged in to leave comments. Login now