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

« back to all changes in this revision

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

  • Committer: chadnickbok
  • Date: 2009-02-02 04:00:25 UTC
  • Revision ID: svn-v4:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:1189
Adding the changes from my genshi branch into trunk.

Most apps now use the Genshi templating engine, in preparation
for future changes to dispatch

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
}