mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-03 15:58:50 +01:00
Shorten the padding declaration.
A padding declaration of `8px 8px` is the same as just writing `8px` so use the shorter version
This commit is contained in:
parent
2a6afba56e
commit
568996ae73
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ div.note_wrapper p {
|
|||
}
|
||||
|
||||
.btn {
|
||||
padding: 8px 8px;
|
||||
padding: 8px;
|
||||
border-radius: 5px;
|
||||
background-image: none;
|
||||
display: inline-block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue