css tweak

This commit is contained in:
Victoria Wang 2014-04-21 19:21:52 -07:00
parent 3048e88685
commit 317f826ec5

View file

@ -37,7 +37,7 @@
<div class="col col-50"> <div class="col col-50">
<h2 class="eps">My Website</h2> <h2 class="eps">My Website</h2>
<p style="font-size:19px; margin-top: -11px; margin-bottom: 8px;"><a href="http://<%= current_site.username %>.neocities.org" target="_blank">http://<%= current_site.username %>.neocities.org</a></p> <p class="site-url" style="margin-top: -11px;"><a href="http://<%= current_site.username %>.neocities.org" target="_blank">http://<%= current_site.username %>.neocities.org</a></p>
<ul> <ul>
<% if current_site.updated_at %> <% if current_site.updated_at %>
<li>Last updated <%= current_site.updated_at.ago %></li> <li>Last updated <%= current_site.updated_at.ago %></li>