combine padding specifications (#6354)

pull/6374/head
Konstantin Nosov 4 years ago committed by GitHub
parent 7c4a08e109
commit 2ce3a58188
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -243,11 +243,10 @@
} }
.improve-chapter a { .improve-chapter a {
padding: 0 .1em;
font-size: 14px; font-size: 14px;
text-decoration: none; text-decoration: none;
opacity: .3; opacity: .3;
padding-left: 1.2em; padding: 0 .1em 0 1.2em;
background: no-repeat 0 50% url(/icons/edit.svg); background: no-repeat 0 50% url(/icons/edit.svg);
background-size: 1em 1em; background-size: 1em 1em;
} }

Loading…
Cancel
Save