metanorma-iho 0.6.13 → 0.7.1

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
  SHA256:
3
- metadata.gz: 52594470d0466b19c5f8fddc675d4b2c7205da4cfec7ee07f17f84dee106af75
4
- data.tar.gz: 3f64e4ddb8098a6b73ff47a85ebd069882d48695717dd60a8997337b8a56b1cc
3
+ metadata.gz: ff15d46be3cd4bcd0e0c945fa667a86428776adb3ce71e0b4df4573bd55212c9
4
+ data.tar.gz: ba1ce31c0b92bcda79e5b908b3d9ef42628f17aed64cab4da0672e0925ef1ff0
5
5
  SHA512:
6
- metadata.gz: 49a783b17aa1fe7384a3745bed9913bd5cf051da7d5c93cd7ccf03c84fa09f4d967645cc7924dfcf6727f4dd2da08efc46e132d5591e149ab590d8c4b0620581
7
- data.tar.gz: 292333832c427c1648065c3a2c5db5b2fa390b380e861b7c4489763066780a66bf0c82f9c404ac1d596e9865889158313df8f4c19a4f1f394ee749c093a91263
6
+ metadata.gz: c6b4599aa6390ee14bc3792214c81984092cf8826cddb0d197841cfc4eb0164ec933c4dafa4f9d2da847f47f90268c8c366f0fb12025bf36e62667d771c51a0d
7
+ data.tar.gz: 970bb8a0451845ac23a5d5cb59745740d48064cea35ee3ca2f24a4f2ce5fe08cbf31998282c85d4f1759c01a9025ba53a7da2d56c7e317c5b6182107fb6c6d4b
data/.gitignore CHANGED
@@ -1,7 +1,6 @@
1
1
  .rubocop-https--*
2
2
 
3
3
  /.rspec_status
4
- /Gemfile.devel
5
4
  /Gemfile.lock
6
5
  /coverage/
7
6
  /test.doc
@@ -9,13 +9,6 @@ module IsoDoc
9
9
  super
10
10
  end
11
11
  end
12
-
13
- def std_bibitem_entry(list, bib, ordinal, biblio)
14
- list.p **attr_code(iso_bibitem_entry_attrs(bib, biblio)) do |ref|
15
- prefix_bracketed_ref(ref, "[#{ordinal}]")
16
- reference_format(bib, ref)
17
- end
18
- end
19
12
  end
20
13
  end
21
14
  end
@@ -624,8 +624,11 @@ a:hover {
624
624
  background: #fedc5b;
625
625
  box-shadow: 3px 0 0 #fedc5b, -3px 0 0 #fedc5b; }
626
626
 
627
- ::selection,
628
- ::-moz-selection {
627
+ *::selection {
628
+ background: #fedc5b;
629
+ color: #05164d; }
630
+
631
+ *::-moz-selection {
629
632
  background: #fedc5b;
630
633
  color: #05164d; }
631
634