~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-06-16 06:44:28 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:774
scripts/diffservice, diff.css: HTML refactor (simpler layout - it's not valid
    to put pre inside a dt).
    Renamed CSS classes to have hyphens instead of underscores (underscores
    are illegal).

Show diffs side-by-side

added added

removed removed

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