Skip to content

Commit

Permalink
Publications margin value decreased by 20px.
Browse files Browse the repository at this point in the history
  • Loading branch information
gorkemerdogann committed May 26, 2016
1 parent 8470257 commit 85a4b6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ body {
border-bottom: 12px solid #428bca;
border-radius: 2px;
background: white;
margin-bottom: 30px;
margin-bottom: 10px;
}

.bs-callout a {
Expand Down
2 changes: 1 addition & 1 deletion views/posters.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h4 class="title"><a href="<%= publications[i].url %>" target="_blank"><%= publi
<%= publications[i].pages %>
</p>
<p>
<i>Doi: <% if(publications[i].doi) { %> <a href="https://doi.org/<%= publications[i].doi %>" target="_blank"><%= publications[i].doi %></a> <% } else { %> N/A <% } %>
<i>Doi: <% if(publications[i].doi) { %> <a href="https://doi.org/<%= publications[i].doi %>" target="_blank"><%= publications[i].doi %></a> <% } else { %> N/A <% } %> </i>
</p>
</div>
</div>
Expand Down

0 comments on commit 85a4b6b

Please sign in to comment.