Changeset 25 for trunk

Show
Ignore:
Timestamp:
12/02/08 16:56:06 (3 years ago)
Author:
mgalloy
Message:

Changing dateline SPAN in html results from a class to an ID.

Location:
trunk/mgunit/src
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/mgunit/src/mguthtmlrunner__define.pro

    r17 r25  
    157157  compile_opt strictarr 
    158158 
    159   printf, self.lun, '<span class="dateline">Test results from ' + systime() + '</span>' 
     159  printf, self.lun, '<span id="dateline">Test results from ' + systime() + '</span>' 
    160160  printf, self.lun, '</body></html>' 
    161161  if (self.lun gt 0) then free_lun, self.lun 
  • trunk/mgunit/src/style.css

    r17 r25  
    1313ol li { } 
    1414 
    15 .dateline { 
     15#dateline { 
    1616  font-size: 9pt; 
    1717  font-style: italic;