From 434f8bd47dff5a12ef1baa1603d2debe74f36ea3 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Mon, 18 Nov 2013 19:19:26 +0100 Subject: [PATCH] Fix path to bootstrap's glyphicons font --- app/assets/stylesheets/application.css | 2 +- vendor/assets/stylesheets/bootstrap.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index c404147..9ceaa9a 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -1,5 +1,5 @@ /* - *= require bootstrap.min + *= require bootstrap *= require auth-buttons *= require source-sans-pro *= require base diff --git a/vendor/assets/stylesheets/bootstrap.css b/vendor/assets/stylesheets/bootstrap.css index bbda4ee..2ff967c 100644 --- a/vendor/assets/stylesheets/bootstrap.css +++ b/vendor/assets/stylesheets/bootstrap.css @@ -2385,8 +2385,8 @@ input[type="button"].btn-block { @font-face { font-family: 'Glyphicons Halflings'; - src: url('../fonts/glyphicons-halflings-regular.eot'); - 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'); + src: url('/assets/glyphicons-halflings-regular.eot'); + src: url('/assets/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/assets/glyphicons-halflings-regular.woff') format('woff'), url('/assets/glyphicons-halflings-regular.ttf') format('truetype'), url('/assets/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg'); } .glyphicon { @@ -6802,4 +6802,4 @@ td.visible-print { td.hidden-print { display: none !important; } -} \ No newline at end of file +}