all repos — h3rald @ 8f33600708ad1361d2a999fd5e6be15143ad5913

The sources of https://h3rald.com

No longer displaying recent activity in projects (why bother?).
h3rald h3rald@h3rald.com
Sat, 08 Dec 2012 18:43:01 +0100
commit

8f33600708ad1361d2a999fd5e6be15143ad5913

parent

11545a2a9027425214f3d6d5a0d9ed20bdb80218

2 files changed, 2 insertions(+), 20 deletions(-)

jump to
M content/styles/_content.scsscontent/styles/_content.scss

@@ -327,26 +327,9 @@ }

/* Projects */ -#github { - border: 1px solid $border-color; - padding: 5px; - margin-left: 5px; - float: right; - width: 400px; - .commit-date { - font-style: italic; - } - a { - font-size: 90%; - font-weight: bold; - } -} - .project-links { - width: 500px; - border: 1px solid $border-color; - margin-bottom: 10px; - padding: 0 5px; + margin: auto; + margin-bottom: 2em; text-align: center; }
M layouts/project_data.erblayouts/project_data.erb

@@ -1,7 +1,6 @@

----- filter: erb ----- -<div id="github"><strong>Recent Activity</strong></div> <nav class="project-links"> <%= @item.attributes[:links].map{ |l| res=nil; l.each_pair{ |label, value| res = %{<a href="#{value}">#{label.to_s.upcase}</a>}}; res