/[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 9 by dpavlin, Tue Dec 5 17:16:39 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    }

Legend:
Removed from v.8  
changed lines
  Added in v.9

  ViewVC Help
Powered by ViewVC 1.1.26