mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
Align code blocks to left (#2575)
* Align code blocks to left Fixes #2573 * Update CONTRIBUTORS
This commit is contained in:
parent
a623dff0da
commit
a2cd9ec34d
2 changed files with 5 additions and 0 deletions
|
@ -127,6 +127,7 @@ Christopher Woggon <christopher.woggon@gmail.com>
|
|||
Kavel Rao <github.com/kavelrao>
|
||||
Ben Yip <github.com/bennyyip>
|
||||
mmjang <752515918@qq.com>
|
||||
shunlog <github.com/shunlog>
|
||||
3ter <github.com/3ter>
|
||||
|
||||
********************
|
||||
|
|
|
@ -34,6 +34,10 @@ li {
|
|||
text-align: start;
|
||||
}
|
||||
|
||||
pre {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#_flag {
|
||||
position: fixed;
|
||||
[dir="ltr"] & {
|
||||
|
|
Loading…
Reference in a new issue