hanzi-rails 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/hanzi.css.erb +1 -1
- data/lib/hanzi-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: 19a1c92e87d87f4b3ce8a6f9bf14137d5a76ef92
|
|
4
|
+
data.tar.gz: f68ef60935ff3b15afedea0cdc0dcb2555c10f3f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 69a5dc977117944859587012d5cb1baf7c391a3236a3c6b97763314235fe0346677db041bef1cbb215ac4b8c67004ae5c8386213d1344a4883c487f6b6a5fe34
|
|
7
|
+
data.tar.gz: 8537fd41aa1bf7b707fc0d665168cca6e15e017c3014240f9f0846fa644cc5752e5e82d90cdf95d8f327909f5c07dc0de0c063c231a41aa84103d103ccd7833b
|
|
@@ -356,7 +356,7 @@ ruby.mps > rt:empty {
|
|
|
356
356
|
.han-js-rendered del + del {
|
|
357
357
|
margin-left: auto;
|
|
358
358
|
}
|
|
359
|
-
.textemphasis
|
|
359
|
+
.textemphasis han-text-emphasis-pf h-jinze,
|
|
360
360
|
.textemphasis em:lang(zh) h-jinze,
|
|
361
361
|
.textemphasis em:lang(ja) h-jinze {
|
|
362
362
|
display: inline;
|
data/lib/hanzi-rails/version.rb
CHANGED