mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
remove the extra margin in the editing area so everything lines up
This commit is contained in:
parent
41bbc189f6
commit
46733e8cd7
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ img {
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 5px;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#topbutsOuter {
|
#topbutsOuter {
|
||||||
|
|
Loading…
Reference in a new issue