combine padding specifications (#6354)

pull/7738/head
Konstantin Nosov 5 years ago committed by GitHub
parent 8dd4730a6a
commit e6f4d3ec95

@ -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