/[SVNBrowser]/trunk/share/web/static/css/app.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/share/web/static/css/app.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 24 by dpavlin, Thu Dec 7 17:18:34 2006 UTC revision 52 by dpavlin, Sun Mar 4 23:05:54 2007 UTC
# Line 21  ul.actions { Line 21  ul.actions {
21  }  }
22    
23  .action-A {  .action-A {
24          color: #0f0;          color: #0c0;
25  }  }
26    
27  .action-M {  .action-M {
# Line 29  ul.actions { Line 29  ul.actions {
29  }  }
30    
31  .action-D {  .action-D {
32          color: #f44;          color: #c44;
33    }
34    /* property change */
35    .action-R {
36            color: #880;
37  }  }
38    
39  /* VimColor */  .diff-add {
40            background-color: #cfa;
41  .syncomment    { color: #0000ff }          border: 1px solid #0f0;
42  .synconstant   { color: #ff00ff }          margin: 0;
43  .synidentifier { color: #008b8b }  }
44  .synstatement  { color: #a52a2a ; font-weight: bold }  .diff-nop {
45  .synpreproc    { color: #a020f0 }          background-color: #eee;
46  .syntype       { color: #2e8b57 ; font-weight: bold }          margin: 0;
47  .synspecial    { color: #6a5acd }  }
48  .synunderlined { color: #000000 ; text-decoration: underline }  .diff-rm {
49  .synerror      { color: #ffffff ; background: #ff0000 none }          background-color: #fca;
50  .syntodo       { color: #0000ff ; background: #ffff00 none }          border: 1px solid #f00;
51            margin: 0;
52    }
53    .diff-note {
54            color: #888;
55    }

Legend:
Removed from v.24  
changed lines
  Added in v.52

  ViewVC Help
Powered by ViewVC 1.1.26