~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-02-05 06:29:54 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:418
Renamed trunk/console to trunk/scripts. We are now able to put more scripts in
here such as fileservice.
Added fileservice (empty at the moment).
setup.py, consoleservice: Updated so they refer to scripts now instead of
console directory. (This changes listmake and install_list.py as well).

Added remakeuser.py which lets you recreate a user's jail without creating a
DB entry (but the user is already supposed to exist).

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
 
}