##// END OF EJS Templates
styling tweaks for gravatars...
Eric Davis -
r1962:9373f429d093
parent child
Show More
@@ -10,7 +10,7
10 <h2><%= @issue.tracker.name %> #<%= @issue.id %></h2>
10 <h2><%= @issue.tracker.name %> #<%= @issue.id %></h2>
11
11
12 <div class="issue <%= "status-#{@issue.status.position} priority-#{@issue.priority.position}" %>">
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 <h3><%=h @issue.subject %></h3>
14 <h3><%=h @issue.subject %></h3>
15 <p class="author">
15 <p class="author">
16 <%= authoring @issue.created_on, @issue.author %>.
16 <%= authoring @issue.created_on, @issue.author %>.
@@ -651,10 +651,12 td.username img.gravatar {
651 margin: 0 1em 1em 0;
651 margin: 0 1em 1em 0;
652 }
652 }
653
653
654 #activity dt,
654 .journal {
655 .journal {
655 clear: both;
656 clear: both;
656 }
657 }
657
658
659
658 /***** Media print specific styles *****/
660 /***** Media print specific styles *****/
659 @media print {
661 @media print {
660 #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; }
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