~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/media/diff/diff.css

  • Committer: dcoles
  • Date: 2008-02-25 02:26:39 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:562
Added new app: Diff (SVN diff application)
setup.py: Added diffservice script to jail scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.diff_add {
2
 
    /*background-color:#aaffaa;*/
3
 
    color: green;
 
2
    background-color:#aaffaa;
4
3
}
5
4
.diff_chg {
6
 
    /*background-color:#ffff77;*/
7
 
    color: olive;
 
5
    background-color:#ffff77;
8
6
}
9
7
 
10
8
.diff_sub {
11
 
    /*background-color:#ffaaaa;*/
12
 
    color: maroon;
 
9
    background-color:#ffaaaa;
13
10
}
14
11
 
15
12
.diff_range {
23
20
.diff_special {
24
21
    /*font-style: italic;*/
25
22
    font-variant: small-caps;
26
 
    color: gray;
27
23
}