File tree Expand file tree Collapse file tree
css/src/modules/user-settings-submodules Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77 Repo: https://github.com/readium/readium-css */
88
9- /* Managing hyphenation automatically for text-align values */
10-
11- : root [style *= "--USER__textAlign: justify" ] body ,
12- : root [style *= "--USER__textAlign:justify" ] body {
13- -webkit-hyphens : auto;
14- -moz-hyphens : auto;
15- -ms-hyphens : auto;
16- -epub-hyphens : auto;
17- hyphens : auto;
18- }
19-
20- : root [style *= "--USER__textAlign: left" ] body ,
21- : root [style *= "--USER__textAlign:left" ] body ,
22- : root [style *= "--USER__textAlign: right" ] body ,
23- : root [style *= "--USER__textAlign:right" ] body {
24- -webkit-hyphens : none;
25- -moz-hyphens : none;
26- -ms-hyphens : none;
27- -epub-hyphens : none;
28- hyphens : none;
29- }
30-
319/* Managing the user override */
3210
3311: root [style *= "--USER__bodyHyphens" ] {
You can’t perform that action at this time.
0 commit comments