~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
.diff_add {
 
2
    background-color:#aaffaa;
 
3
}
 
4
.diff_chg {
 
5
    background-color:#ffff77;
 
6
}
 
7
 
 
8
.diff_sub {
 
9
    background-color:#ffaaaa;
 
10
}
 
11
 
 
12
.diff_range {
 
13
    text-decoration: underline;
 
14
}
 
15
 
 
16
.diff_files {
 
17
    font-weight: bold;
 
18
}
 
19
 
 
20
.diff_special {
 
21
    /*font-style: italic;*/
 
22
    font-variant: small-caps;
 
23
}