/[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 36 by dpavlin, Thu Dec 7 17:18:34 2006 UTC revision 37 by dpavlin, Mon Dec 11 19:05:25 2006 UTC
# Line 32  ul.actions { Line 32  ul.actions {
32          color: #f44;          color: #f44;
33  }  }
34    
35  /* VimColor */  .diff-add {
36            background-color: #8f8;
37  .syncomment    { color: #0000ff }          border: 1px solid #0f0;
38  .synconstant   { color: #ff00ff }          margin: 0;
39  .synidentifier { color: #008b8b }  }
40  .synstatement  { color: #a52a2a ; font-weight: bold }  .diff-nop {
41  .synpreproc    { color: #a020f0 }          background-color: #ddd;
42  .syntype       { color: #2e8b57 ; font-weight: bold }          margin: 0;
43  .synspecial    { color: #6a5acd }  }
44  .synunderlined { color: #000000 ; text-decoration: underline }  .diff-rm {
45  .synerror      { color: #ffffff ; background: #ff0000 none }          background-color: #f88;
46  .syntodo       { color: #0000ff ; background: #ffff00 none }          border: 1px solid #f00;
47            margin: 0;
48    }
49    .diff-note {
50            color: #888;
51            margin-top: 0.5em;
52            margin-bottom: 0.5em;
53    }

Legend:
Removed from v.36  
changed lines
  Added in v.37

  ViewVC Help
Powered by ViewVC 1.1.26