From 77a00dfb03e2cf2b22447451f818188e02c7b897 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 11 Feb 2009 00:16:00 +0000 Subject: [PATCH] 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. --- app/views/layouts/site.rhtml | 14 +++++++++++--- public/stylesheets/site.css | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) 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; } -- 2.43.2