diff --git a/static/css/home.css b/static/css/home.css index 1343f38..8ce26b2 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -40,15 +40,31 @@ p { #content { width: 75%; margin: 0 12.5%; - padding-top: 100px; + padding-top: 50px; color: #484848; font-weight: 300; } +#content a { + color:#337ab7; +} #content p { font-size: 24px; padding-left: 0; padding-right: 0; } +#content p.intro { + font-size:16px; + max-width:600px; + margin:0 auto; +} +#content ol { + margin:10px auto; + padding-left:50px; + max-width:600px; +} +#content h2 { + margin-top:25px; +} #header { width: 100%; margin-top: 100px; diff --git a/static/css/home.less b/static/css/home.less index b62a6ec..4681d52 100644 --- a/static/css/home.less +++ b/static/css/home.less @@ -3,7 +3,7 @@ body, select, input, textarea { color: @text; } h1, h2, h3, h4, h5, h6 { font-weight: bold; } -a, a:active, a:visited, { +a, a:active, a:visited, { text-decoration: none; } @@ -44,7 +44,13 @@ p { font-size: 24px; padding-left: 0; padding-right: 0; + + &.intro { + font-size:16px; + } } + +#content p } #header { diff --git a/templates/reblock/recent.html b/templates/reblock/recent.html index 41ae382..977a3c4 100644 --- a/templates/reblock/recent.html +++ b/templates/reblock/recent.html @@ -7,10 +7,22 @@ {% block content %}
OpenReblock Beta: Interested in running the OpenReblock algorithm on your own map? Great! Follow these steps to get going:
+Note: The OpenReblock user upload site is in beta. Please report an issue on GitHub if you encounter an error. Thanks.
+