mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Simplify padding definition and center text (#2308)
This commit is contained in:
parent
5db95c97e3
commit
ba822d9ee9
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ body {
|
|||
|
||||
.hitem {
|
||||
font-weight: bold;
|
||||
padding: 6px 12px 8px;
|
||||
padding: 5px 12px;
|
||||
text-decoration: none;
|
||||
color: color(fg);
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in a new issue