mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-12-02 19:14:05 +00:00
[reg]: unicode-bidi cause the welcome title aligned left
This commit is contained in:
parent
afdaf19ef9
commit
988951aa6c
|
@ -11,7 +11,6 @@ body
|
||||||
|
|
||||||
h1,h2,h3,h4,h5,h6 {
|
h1,h2,h3,h4,h5,h6 {
|
||||||
unicode-bidi: plaintext;
|
unicode-bidi: plaintext;
|
||||||
text-align: start;
|
|
||||||
}
|
}
|
||||||
/* This stylesheet is used to highligh current selection when doing a search.
|
/* This stylesheet is used to highligh current selection when doing a search.
|
||||||
It changes the default selection color (e.g. blue under Windows, orange under Ubuntu) */
|
It changes the default selection color (e.g. blue under Windows, orange under Ubuntu) */
|
||||||
|
@ -137,7 +136,6 @@ pre
|
||||||
div.sdct_h
|
div.sdct_h
|
||||||
{
|
{
|
||||||
unicode-bidi: plaintext;
|
unicode-bidi: plaintext;
|
||||||
text-align: start;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sdict_h_wav img
|
.sdict_h_wav img
|
||||||
|
|
Loading…
Reference in a new issue