From a1f73967a929a45e32d3b517ab5918c363714c97 Mon Sep 17 00:00:00 2001 From: Simon Poole Date: Tue, 19 May 2015 13:53:18 +0100 Subject: [PATCH 1/1] Add trademark information to copyright page Added some minimal text to the copyright page wrt trademarks, currently pointing to the LWG, one day it should refer to a formal policy. --- app/assets/stylesheets/common.scss | 10 ++++++++-- app/views/site/copyright.html.erb | 3 +++ config/locales/en.yml | 5 ++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index f48f02e50..df2f40774 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -15,9 +15,15 @@ fieldset,img { border: 0; } legend { color: #000; } -sup { vertical-align: text-top; } +sup { + vertical-align: super; + font-size: smaller; +} -sub { vertical-align: text-bottom; } +sub { + vertical-align: sub; + font-size: smaller; +} table { border-collapse: collapse; diff --git a/app/views/site/copyright.html.erb b/app/views/site/copyright.html.erb index 777ae3768..887782be2 100644 --- a/app/views/site/copyright.html.erb +++ b/app/views/site/copyright.html.erb @@ -71,3 +71,6 @@

<%= t "license_page.legal_babble.infringement_title_html", :locale => @locale %>

<%= t "license_page.legal_babble.infringement_1_html", :locale => @locale %>

<%= t "license_page.legal_babble.infringement_2_html", :locale => @locale %>

+ +

<%= t "license_page.legal_babble.trademarks_title_html", :locale => @locale %>

+

<%= t "license_page.legal_babble.trademarks_1_html", :locale => @locale %>

diff --git a/config/locales/en.yml b/config/locales/en.yml index 27e83c0cf..d426faabe 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -966,7 +966,7 @@ en: legal_babble: title_html: Copyright and License intro_1_html: | - OpenStreetMap is open data, licensed under the ® is open data, licensed under the Open Data Commons Open Database License (ODbL) by the OpenStreetMap Foundation (OSMF). @@ -1078,6 +1078,9 @@ en: to our takedown procedure or file directly at our on-line filing page. + trademarks_title_html: Trademarks + trademarks_1_html: | + OpenStreetMap and the looking glass logo are registered trademarks of the OpenStreetMap Foundation. If you have questions about your use of the marks, please send your questions to the Licence Working Group. welcome_page: title: Welcome! introduction_html: | -- 2.43.2