/[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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9 - (hide annotations)
Tue Dec 5 17:16:39 2006 UTC (17 years, 5 months ago) by dpavlin
File MIME type: text/css
File size: 319 byte(s)
better design for commit list
1 dpavlin 4 .author {
2     font-style: italic;
3     color: #666;
4     }
5    
6     .commit_date {
7     color: #ccc;
8     }
9 dpavlin 6
10 dpavlin 8 .commit_message {
11 dpavlin 9 /* border: 1px #ccc dashed; */
12 dpavlin 8 }
13    
14 dpavlin 6 .argument-author {
15     display: inline;
16     }
17    
18 dpavlin 9 ul.actions {
19     list-style-type: none;
20     margin-bottom: 1em;
21     }
22 dpavlin 6
23 dpavlin 9 .action-A {
24     color: #0f0;
25     }
26    
27     .action-M {
28     color: #888;
29     }
30    
31     .action-D {
32     color: #f44;
33     }

  ViewVC Help
Powered by ViewVC 1.1.26