X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/08837b2f8b3a8434875682f8f18962a9bce73c46..3ef8024b1d33f0de6227a26967ba78ef85672a94:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 0f306b6d3..4eefddbe7 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -639,6 +639,10 @@ nav.secondary { font-size: 13px; } + p { + padding: 0 $lineheight $lineheight/4; + } + .icon.close { float: right; cursor: pointer; @@ -1217,6 +1221,15 @@ tr.turn:hover { } } +/* Rules for the routing sidebar */ + +#sidebar_content { + #routing_credit { + text-align: center; + padding: 0.5em; + } +} + /* Rules for edit pages */ .site-edit {