From: Tom Hughes Date: Wed, 11 Feb 2009 00:16:00 +0000 (+0000) Subject: Wrap text to make it more readable and adjust the padding on the intro X-Git-Tag: live~7652 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/77a00dfb03e2cf2b22447451f818188e02c7b897 Wrap text to make it more readable and adjust the padding on the intro box to remove the extra space created by addition of paragraph tags. --- diff --git a/app/views/layouts/site.rhtml b/app/views/layouts/site.rhtml index 7e224b4c6..91fcea0ea 100644 --- a/app/views/layouts/site.rhtml +++ b/app/views/layouts/site.rhtml @@ -68,10 +68,18 @@ <% unless @user %>
-

OpenStreetMap is a free editable map of the whole world. It is made by people like you.

-

OpenStreetMap allows you to view, edit and use geographical data in a collaborative way from anywhere on Earth.

- OpenStreetMap's hosting is kindly supported by the UCL VR Centre and bytemark. + OpenStreetMap is a free editable map of the whole world. It + is made by people like you. +

+

+ OpenStreetMap allows you to view, edit and use geographical + data in a collaborative way from anywhere on Earth. +

+

+ OpenStreetMap's hosting is kindly supported by the + UCL VR Centre and + bytemark.

<% end %> diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index dbbddaa63..c0f4182a4 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -66,7 +66,7 @@ body { #intro { width: 150px; margin: 10px; - padding: 10px; + padding: 0px 10px; border: 1px solid #ccc; font-size: 11px; }