147. File Comparison Report

Produced on Mon May 12 13:04:54 2008 UTC. This report uses XHTML and CSS2, and is best viewed with a reasonably standards compliant browser such as the latest version of Firefox or Internet Explorer. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

147.1 Files compared

# Location File Last Modified
1 Dolphin-v.6.0.5\groups\orca\layout\uni\css blank.css Wed Oct 17 08:48:24 2007 UTC
2 Dolphin-v.6.1.0\groups\orca\layout\uni\css blank.css Wed Apr 9 17:44:58 2008 UTC

147.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 1 57
Inserted 0 0
Removed 0 0

147.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

147.4 Active regular expressions

No regular expressions were active.

147.5 Comparison detail

1   body   1   @import ur l("../../b ase/css/bl ank.css");
2   {    
3       font-f amily:Verd ana,Arial;    
4       font-s ize:11px;    
5       color: #333333;    
6       paddin g:4px;    
7   }    
8      
9   p    
10   {    
11       margin :0 0 0 0;    
12       paddin g:0 0 0 0;    
13   }    
14      
15   pre    
16   {    
17       margin :10px 10px  10px 0;    
18       paddin g:5px;    
19       border :1px solid  green;    
20       backgr ound-color :white;    
21       color: #009900;    
22       displa y:block;    
23   }    
24      
25      
26   .quote    
27   {    
28       font-s tyle:itali c;    
29       border -left:1px  solid #666 666;      
30       displa y:block;    
31       paddin g:2px;    
32       margin :0;    
33       margin -left:20px ;    
34   }    
35      
36   .quote_pos t    
37   {    
38       font-s tyle:itali c;    
39       border :1px solid  #666666;        
40       displa y:block;    
41       paddin g:2px;    
42       margin :0;    
43       margin -left:20px ;    
44       margin -bottom:10 px;    
45   }    
46      
47   .code    
48   {    
49       margin :10px 10px  10px 0;    
50       paddin g:5px;    
51       border :1px solid  green;    
52       backgr ound-color :white;    
53       color: #009900;    
54       displa y:block;    
55       margin :0;    
56   }