X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/170ea3399b21c722228db66212b661b9e5049ae4..8e02c98c3fb052803c4a70a35b14c1d1ca9c4119:/app/assets/stylesheets/common.scss?ds=inline diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 7ae057740..e3c8ff202 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1273,26 +1273,15 @@ tr.turn:hover { } } -.pagination { - padding-top: $lineheight; -} - /* Rules for the diary entry page */ .diary_entries { #map { - position: relative; - width: 90%; height: 400px; border: 1px solid $grey; display: none; margin-bottom: $lineheight; } - #newcomment { - border-top: 1px solid $grey; - padding-top: $lineheight; - margin-top: $lineheight/2; - } .comments { max-width: 740px; } @@ -1322,13 +1311,6 @@ tr.turn:hover { float: left; } - -.diary-subscribe-buttons { - position: relative; - top: -30px; - left: 130px; -} - /* Rules for the log in page */ #login_auth_buttons {