glyphicons-rails 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/app/assets/stylesheets/_glyphicons.scss +2 -4
- data/lib/glyphicons/rails/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ef54ef514a79561570377106847458e9422548fc
|
4
|
+
data.tar.gz: 75fbffb29bb73199b2682777961f79a1fd9458e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 08e9d3b6d40f8851374d12a2033ed98dfe5ad296fdcbfadf59c971e9d418f3d9a97dae553090be82cb0885382a3f58905d435f0c0f5b26e7ded83517e9139816
|
7
|
+
data.tar.gz: 90356671592ed794be9f0a694892d54e39c714d738ef877e68e393bc4210fd711c2a2530a4bdaf71a15643b0712da96e767a263bd63aa900cf29329fce41f95b
|
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
[GLYPHICONS Halflings](http://glyphicons.com), extracted from [Twitter Bootstrap](http://getbootstrap.com) and customized for use with Sass @extend and Rails.
|
4
4
|
|
5
|
-
This gem won't pollute your code or force you to follow a specific developing methodology. It will only create placeholders and you are free to decide how and where use them.
|
5
|
+
This gem won't pollute your code or force you to follow a specific developing methodology. It will only create placeholders and you are free to decide how and where to use them.
|
6
6
|
|
7
7
|
## Installation
|
8
8
|
|
@@ -1,5 +1,3 @@
|
|
1
|
-
// Brutally taken from Twitter Bootstrap and customized for use with Sass
|
2
|
-
|
3
1
|
$icons: (
|
4
2
|
asterisk : '\2a',
|
5
3
|
plus : '\2b',
|
@@ -263,8 +261,8 @@ $icons: (
|
|
263
261
|
|
264
262
|
@font-face {
|
265
263
|
font-family: 'Glyphicons Halflings';
|
266
|
-
src: url('/assets/glyphicons-halflings-regular.eot')
|
267
|
-
|
264
|
+
src: url('/assets/glyphicons-halflings-regular.eot');
|
265
|
+
src: url('/assets/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
|
268
266
|
url('/assets/glyphicons-halflings-regular.woff2') format('woff2'),
|
269
267
|
url('/assets/glyphicons-halflings-regular.woff') format('woff'),
|
270
268
|
url('/assets/glyphicons-halflings-regular.ttf') format('truetype'),
|