~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 03:08:45 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:566
diff.css: Foreground colours for hilighting of changes
diffservice: Fixed multiple revision selection code

Show diffs side-by-side

added added

removed removed

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