Fixes up a couple of missing path updates and incorrect icon resolution and fixed another issue with webservice path reference

This commit is contained in:
Shannon
2015-11-13 13:38:30 +01:00
parent 6a7faf457b
commit d3f5090150
4 changed files with 7 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
@font-face {
src: url('assets/fonts/helveticons/helveticons.eot') !important;
src: url('assets/fonts/helveticons/helveticons.eot?#iefix') format('embedded-opentype'), url('/Umbraco/assets/fonts/helveticons/helveticons.ttf') format('truetype'), url('/Umbraco/assets/fonts/helveticons/helveticons.svg#icomoon') format('svg') !important;
src: url('assets/fonts/helveticons/helveticons.eot?#iefix') format('embedded-opentype'), url('assets/fonts/helveticons/helveticons.ttf') format('truetype'), url('assets/fonts/helveticons/helveticons.svg#icomoon') format('svg') !important;
}
/****************************/