diff --git a/admin/themes/default/css/default.css b/admin/themes/default/css/default.css index 36d0349..150c980 100644 --- a/admin/themes/default/css/default.css +++ b/admin/themes/default/css/default.css @@ -14,11 +14,11 @@ @font-face { font-family: 'Glyphicons Halflings'; + src: url('@site_url/public/assets/fonts/glyphicons-halflings-regular.eot'); src: url('@site_url/public/assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('@site_url/public/assets/fonts/glyphicons-halflings-regular.woff') format('woff'), url('@site_url/public/assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('@site_url/public/assets/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg'); - src: url('@site_url/public/assets/fonts/glyphicons-halflings-regular.eot'); } body { @@ -88,6 +88,10 @@ footer span { border-top: 1px solid #e0e0e0; } +footer .highlight { + color: #333; +} + /************************************* 2. COMPONENTS *************************************/ diff --git a/admin/themes/default/index.template.php b/admin/themes/default/index.template.php index 6a6c5d4..5701eb3 100644 --- a/admin/themes/default/index.template.php +++ b/admin/themes/default/index.template.php @@ -2,12 +2,12 @@
- + - +