Fixed more static references

This commit is contained in:
Rubén de Celis Hernández
2016-09-14 13:10:32 +02:00
parent d2e2ebeb6e
commit 593bbc00b1

View File

@@ -7416,8 +7416,8 @@ button.close {
} }
@font-face { @font-face {
font-family: 'Glyphicons Halflings'; font-family: 'Glyphicons Halflings';
src: url('http://www.francescomalagrino.com/BootstrapPageGenerator/3/css/fonts/glyphicons-halflings-regular.eot'); src: url('./fonts/glyphicons-halflings-regular.eot');
src: url('http://www.francescomalagrino.com/BootstrapPageGenerator/3/css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('http://www.francescomalagrino.com/BootstrapPageGenerator/3/css/fonts/glyphicons-halflings-regular.woff') format('woff'), url('http://www.francescomalagrino.com/BootstrapPageGenerator/3/css/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('http://www.francescomalagrino.com/BootstrapPageGenerator/3/css/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.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;