mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
Simplify padding definition and center text (#2308)
This commit is contained in:
parent
21a9cf723b
commit
feb4b89429
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