X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/278a2c5ea53471d34f933d7c83b70f2ea09c17ad..ba9456066f74814fe4e8929a4467caa2c5c6ba9f:/app/assets/stylesheets/browse.css.scss diff --git a/app/assets/stylesheets/browse.css.scss b/app/assets/stylesheets/browse.css.scss index 59ba0be73..ff9dad9b4 100644 --- a/app/assets/stylesheets/browse.css.scss +++ b/app/assets/stylesheets/browse.css.scss @@ -1,13 +1,8 @@ /* Make space for icons */ -a.node, a.way, a.relation { - &:first-child { - &::before { - margin-left: -25px; - } - } -} -a.node::before, a.way::before, a.relation::before { +.node::before, +.way::before, +.relation::before { display: inline-block; width: 25px; }