mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Style tweaks: add "Tailor widths and text-indent for CJK"
Also add a timeout to the "Changed language for typography rules" InfoMessages.
This commit is contained in:
@@ -430,6 +430,13 @@ p {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
]],
|
||||
},
|
||||
{
|
||||
id = "cjk_tailored";
|
||||
title = _("Tailor widths and text-indent for CJK"),
|
||||
description = _([[
|
||||
Adjust paragraph width and text-indent to be an integer multiple of the font size, so that lines of Chinese and Japanese characters don't need space added between glyphs for text justification.]]),
|
||||
css = [[ body { -cr-hint: cjk-tailored; }]], -- This hint is inherited
|
||||
separator = true,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user