##// END OF EJS Templates
styling tweaks for gravatars...
Eric Davis -
r1962:9373f429d093
parent child
Show More
@@ -10,7 +10,7
10 10 <h2><%= @issue.tracker.name %> #<%= @issue.id %></h2>
11 11
12 12 <div class="issue <%= "status-#{@issue.status.position} priority-#{@issue.priority.position}" %>">
13 <%= gravatar(@issue.author.mail, :size => "64") %>
13 <%= gravatar(@issue.author.mail, :size => "64") rescue nil %>
14 14 <h3><%=h @issue.subject %></h3>
15 15 <p class="author">
16 16 <%= authoring @issue.created_on, @issue.author %>.
@@ -651,10 +651,12 td.username img.gravatar {
651 651 margin: 0 1em 1em 0;
652 652 }
653 653
654 #activity dt,
654 655 .journal {
655 656 clear: both;
656 657 }
657 658
659
658 660 /***** Media print specific styles *****/
659 661 @media print {
660 662 #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; }
General Comments 0
You need to be logged in to leave comments. Login now