summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2017-04-05 03:23:00 +0300
committerEd Tanous <ed.tanous@intel.com>2017-04-05 03:23:00 +0300
commitb4a7bfad0a3ded7a813bdb44a46383316dc49b24 (patch)
treeabb214b5a886744e942257641c2b60f7d97e4f15 /static
parent1e94fa402ac5858329101e448593a0b61d24f765 (diff)
downloadbmcweb-b4a7bfad0a3ded7a813bdb44a46383316dc49b24.tar.xz
Add route printer
Diffstat (limited to 'static')
-rw-r--r--static/css/font-awesome.css2
-rw-r--r--static/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/static/css/font-awesome.css b/static/css/font-awesome.css
index 4ce929abff..a67a32340b 100644
--- a/static/css/font-awesome.css
+++ b/static/css/font-awesome.css
@@ -7,7 +7,7 @@
@font-face {
font-family: 'FontAwesome';
/* WARNING: This line is modified from stock FA, to make cachign work*/
- src: url('../../static/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff');
+ src: url('../../static/fonts/fontawesome-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
diff --git a/static/index.html b/static/index.html
index 391bf939b7..f0f4148c5d 100644
--- a/static/index.html
+++ b/static/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html">
+<!DOCTYPE html>
<html lang="en" ng-app="bmcApp">
<head>