X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/516aef5d07eaaad43311bc60018648b952d95a1d..c5193fadf0fd5621c9db678a9bbfe212a4d5f6f7:/public/stylesheets/site.css diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index b11eb191d..f2306e7b4 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -471,6 +471,10 @@ hides rule from IE5-Mac \*/ margin-bottom: 0px; } +.olControlAttribution { + display: none !important; +} + /* inbox and messaging stuff */ .inbox-row-unread .inbox-subject { font-weight: bold; @@ -564,3 +568,15 @@ input { text-align: Left; font-weight: normal; } + +#permalink { + z-index:10000; + position:absolute; + bottom:15px; + right:15px; + font-size:smaller; +} + +#attribution { + display: none; +}