twitter-bootswatch-rails 3.1.0.1 → 3.1.0.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 70e5e67f519db60b72fa974cf68b9b958c124816
|
4
|
+
data.tar.gz: e6d4b3035d771bd178a96d4b4636cffbe3245100
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a2719f621820a4dd36808c1f76decd35789d64a1e9697e70f1ce07e8f456d18cdd4551589755f5b3c5ec1188c1a58ac1c3c342eac154c416072bc4e8dc97593d
|
7
|
+
data.tar.gz: aa7765ef38e02db1621814e687810b8a40e6ed3be255c91d0032c739f3a7f9f3c52cd2e517c12502c48ec9129bec69ea6887b5e0e44862a7ae9426466565852c
|
@@ -10,11 +10,11 @@
|
|
10
10
|
// Import the fonts
|
11
11
|
@font-face {
|
12
12
|
font-family: 'Glyphicons Halflings';
|
13
|
-
src:
|
14
|
-
src:
|
15
|
-
|
16
|
-
|
17
|
-
|
13
|
+
src: asset-url('@{icon-font-path}@{icon-font-name}.eot');
|
14
|
+
src: asset-url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype'),
|
15
|
+
asset-url('@{icon-font-path}@{icon-font-name}.woff') format('woff'),
|
16
|
+
asset-url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype'),
|
17
|
+
asset-url('@{icon-font-path}@{icon-font-name}.svg#@{icon-font-svg-id}') format('svg');
|
18
18
|
}
|
19
19
|
|
20
20
|
// Catchall baseclass
|