Skip to content

Commit

Permalink
Tweet graph is now floating to the right of the user profile Gave the…
Browse files Browse the repository at this point in the history
… user profile a fixed height so there is no realignment when graph is loaded Some style changes to user profile
  • Loading branch information
Thomas Klokosch committed Jun 15, 2011
1 parent 7643040 commit 51d624d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/user_profile.jst
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<h1 class="full-name"><%= model.escape('name') %> <a class="screen-name">(@<%= model.escape('screen_name') %>)</a></h1>
<h1 class="full-name"><%= model.escape('name') %> </h1>
<img class="profile-picture" src="<%= encodeURI(model.get('profile_image_url')) %>">
<div class="profile-details">
<h2 class="location">
<a class="screen-name">@<%= model.escape('screen_name') %></a>
<span class="location"><%= model.escape('location') %></span>
</h2>
<p class="description"><%= model.escape('description') %></p>
Expand Down

0 comments on commit 51d624d

Please sign in to comment.