/[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 8 by dpavlin, Tue Dec 5 17:00:46 2006 UTC revision 37 by dpavlin, Mon Dec 11 19:05:25 2006 UTC
# Line 8  Line 8 
8  }  }
9    
10  .commit_message {  .commit_message {
11          border: 1px #ccc dashed;  /*      border: 1px #ccc dashed; */
12  }  }
13    
14  .argument-author {  .argument-author {
15          display: inline;          display: inline;
16  }  }
17    
18    ul.actions {
19            list-style-type: none;
20            margin-bottom: 1em;
21    }
22    
23    .action-A {
24            color: #0f0;
25    }
26    
27    .action-M {
28            color: #888;
29    }
30    
31    .action-D {
32            color: #f44;
33    }
34    
35    .diff-add {
36            background-color: #8f8;
37            border: 1px solid #0f0;
38            margin: 0;
39    }
40    .diff-nop {
41            background-color: #ddd;
42            margin: 0;
43    }
44    .diff-rm {
45            background-color: #f88;
46            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.8  
changed lines
  Added in v.37

  ViewVC Help
Powered by ViewVC 1.1.26