- Timestamp:
- 12/02/08 16:56:06 (3 years ago)
- Location:
- trunk/mgunit/src
- Files:
-
- 2 modified
-
mguthtmlrunner__define.pro (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/mgunit/src/mguthtmlrunner__define.pro
r17 r25 157 157 compile_opt strictarr 158 158 159 printf, self.lun, '<span class="dateline">Test results from ' + systime() + '</span>'159 printf, self.lun, '<span id="dateline">Test results from ' + systime() + '</span>' 160 160 printf, self.lun, '</body></html>' 161 161 if (self.lun gt 0) then free_lun, self.lun -
trunk/mgunit/src/style.css
r17 r25 13 13 ol li { } 14 14 15 .dateline {15 #dateline { 16 16 font-size: 9pt; 17 17 font-style: italic;
