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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9 - (show annotations)
Tue Dec 5 17:16:39 2006 UTC (17 years, 4 months ago) by dpavlin
File MIME type: text/css
File size: 319 byte(s)
better design for commit list
1 .author {
2 font-style: italic;
3 color: #666;
4 }
5
6 .commit_date {
7 color: #ccc;
8 }
9
10 .commit_message {
11 /* border: 1px #ccc dashed; */
12 }
13
14 .argument-author {
15 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 }

  ViewVC Help
Powered by ViewVC 1.1.26