ep_font_size 0.4.98 → 0.4.101
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.
package/package.json
CHANGED
package/static/js/index.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
<li class="separator acl-write"></li>
|
|
2
2
|
<li class="acl-write">
|
|
3
|
-
<select id="font-size" class="size-selection"
|
|
3
|
+
<select id="font-size" class="size-selection"
|
|
4
|
+
aria-label="Font size"
|
|
5
|
+
data-l10n-id="ep_font_size.size"
|
|
6
|
+
data-l10n-attr="aria-label">
|
|
4
7
|
<option value="dummy" selected data-l10n-id="ep_font_size.size">Font Size</option>
|
|
5
8
|
<option value="0">8</option>
|
|
6
9
|
<option value="1">9</option>
|