mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02: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>
|
Kavel Rao <github.com/kavelrao>
|
||||||
Ben Yip <github.com/bennyyip>
|
Ben Yip <github.com/bennyyip>
|
||||||
mmjang <752515918@qq.com>
|
mmjang <752515918@qq.com>
|
||||||
|
shunlog <github.com/shunlog>
|
||||||
3ter <github.com/3ter>
|
3ter <github.com/3ter>
|
||||||
|
|
||||||
********************
|
********************
|
||||||
|
|
|
@ -34,6 +34,10 @@ li {
|
||||||
text-align: start;
|
text-align: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
#_flag {
|
#_flag {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
[dir="ltr"] & {
|
[dir="ltr"] & {
|
||||||
|
|
Loading…
Reference in a new issue