3 Default css file with a simple style demonstrating available ids and classes
7 /* Generic page elements */
12 font-family: "Liberation Sans", "Bitstream Vera Sans", sans-serif;
13 background-color: #ccc;
29 /* ids for specific parts of most pages */
32 background-color: #ccc;
38 background-color: #aaa;
48 background-color: #999;
53 background-color: #bbb;
62 background-color: #777;
67 /* table row classes */
70 background-color: #ddd;
74 background-color: #bbb;
77 /* ids for specific actions */
82 #summary, #branch-context, #log, #tag, #object-tree {
83 background-color: #eee;
87 #summary th, #branch-context th {
92 #summary td, #branch-context td {
96 border-width: 0px 0px 1px 0px;