contour 2.5.0 → 2.6.0.beta1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,15 +0,0 @@
1
- /*
2
- * This is a manifest file that'll automatically include all the stylesheets available in this directory
3
- * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
4
- * the top of the compiled file, but it's generally better to create a new file per style scope.
5
- *= require_self
6
- *= require bootstrap/v3.1.1/bootstrap
7
- *= require bootstrap/bs-callout
8
- *= require glyphicons-overrides
9
- *= require bootstrap-overrides
10
- *= require typeahead.js-bootstrap
11
- *= require jquery-ui-1.10.0.custom
12
- *= require datepicker
13
- *= require contour/about
14
- *= require spinner
15
- */
@@ -1,13 +0,0 @@
1
- @font-face {
2
- font-family: 'Glyphicons Halflings Contour';
3
- src:url('bootstrap/glyphicons-halflings-regular<%= asset_path('bootstrap/glyphicons-halflings-regular.eot').split('glyphicons-halflings-regular').last %>');
4
-
5
- src:url('bootstrap/glyphicons-halflings-regular<%= asset_path('bootstrap/glyphicons-halflings-regular.eot').split('glyphicons-halflings-regular').last %>?#iefix') format('embedded-opentype'),
6
- url('bootstrap/glyphicons-halflings-regular<%= asset_path('bootstrap/glyphicons-halflings-regular.woff').split('glyphicons-halflings-regular').last %>') format('woff'),
7
- url('bootstrap/glyphicons-halflings-regular<%= asset_path('bootstrap/glyphicons-halflings-regular.ttf').split('glyphicons-halflings-regular').last %>') format('truetype'),
8
- url('bootstrap/glyphicons-halflings-regular<%= asset_path('bootstrap/glyphicons-halflings-regular.svg').split('glyphicons-halflings-regular').last %>#glyphicons_halflingsregular') format('svg');
9
- }
10
-
11
- .glyphicon {
12
- font-family: 'Glyphicons Halflings Contour';
13
- }