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.
This commit is contained in:
Tom Hughes 2009-02-11 00:16:00 +00:00
parent a2d8f51827
commit 77a00dfb03
2 changed files with 12 additions and 4 deletions

View file

@ -68,10 +68,18 @@
<% unless @user %>
<div id="intro">
<p>OpenStreetMap is a free editable map of the whole world. It is made by people like you.</p>
<p>OpenStreetMap allows you to view, edit and use geographical data in a collaborative way from anywhere on Earth.</p>
<p>
OpenStreetMap's hosting is kindly supported by the <a href="http://www.vr.ucl.ac.uk">UCL VR Centre</a> and <a href="http://www.bytemark.co.uk">bytemark</a>.
OpenStreetMap is a free editable map of the whole world. It
is made by people like you.
</p>
<p>
OpenStreetMap allows you to view, edit and use geographical
data in a collaborative way from anywhere on Earth.
</p>
<p>
OpenStreetMap's hosting is kindly supported by the
<a href="http://www.vr.ucl.ac.uk">UCL VR Centre</a> and
<a href="http://www.bytemark.co.uk">bytemark</a>.
</p>
</div>
<% end %>