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

« back to all changes in this revision

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

  • Committer: mattgiuca
  • Date: 2008-01-11 00:49:06 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:172
util: Added buildurl function.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.diff {
2
 
    margin-left: 3em;
3
 
}
4
 
 
5
 
.diff-add {
6
 
    /*background-color:#aaffaa;*/
7
 
    color: green;
8
 
}
9
 
.diff-chg {
10
 
    /*background-color:#ffff77;*/
11
 
    color: olive;
12
 
}
13
 
 
14
 
.diff-sub {
15
 
    /*background-color:#ffaaaa;*/
16
 
    color: maroon;
17
 
}
18
 
 
19
 
.diff-range {
20
 
    text-decoration: underline;
21
 
}
22
 
 
23
 
.diff-files {
24
 
    font-weight: bold;
25
 
}
26
 
 
27
 
.diff-special {
28
 
    /*font-style: italic;*/
29
 
    font-variant: small-caps;
30
 
    color: gray;
31
 
}