Changeset 405 for trunk


Ignore:
Timestamp:
Jun 29, 2007, 2:05:38 AM (16 years ago)
Author:
Peter Johansson
Message:

changing date format to '1 May 07' in blame output

Location:
trunk/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/File.cc

    r403 r405  
    125125         << "</font></td>\n<td class=\"date\"><font color=\"#" << color
    126126         << color << color << "\">" ;
    127       hs << Date(blame.date())("%e %b %y");
     127      hs << Date(blame.date())("%d %b %y");
    128128      os << "</font></td>\n<td class=\"author\">";
    129129      hs << blame.author();
  • trunk/lib/css.cc

    r404 r405  
    195195    s << "}\n";
    196196    s << "table.blame tbody td.author { text-align: right; }\n";
    197     s << "table.blame tbody td.date { text-align: center; }\n";
     197    s << "table.blame tbody td.date {text-align:right;padding-right:1.45em;}\n";
    198198    s << "table.blame tbody td.rev { text-align: right; }\n";
    199199    s << "table.blame tbody td.line-code { text-align: right; "
Note: See TracChangeset for help on using the changeset viewer.