Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fixing margin that got messed up along the way
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkheisler committed Sep 22, 2015
1 parent 7e86a95 commit b9f1ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<figure style="width:32px; border: 1px solid #f2f2f2;">
<img src="https://www.gravatar.com/avatar/{{ email_hash }}?s=32&d=identicon" /></figure></li>

<li class="dropdown">
<li class="dropdown" style="margin-right: 20px;">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{{ user.email }}<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="/profile">My profile</a></li>
Expand Down

0 comments on commit b9f1ad0

Please sign in to comment.