1.1 --- a/themes/mercurialweb/static/style-mercurialweb.css Mon Jun 07 01:13:18 2010 +0200
1.2 +++ b/themes/mercurialweb/static/style-mercurialweb.css Fri Jun 11 22:16:37 2010 +0200
1.3 @@ -40,6 +40,7 @@
1.4 {
1.5 margin: 1em 0;
1.6 border-collapse: collapse;
1.7 + width: 100%;
1.8 }
1.9
1.10 th {
1.11 @@ -59,6 +60,10 @@
1.12 padding: 0;
1.13 }
1.14
1.15 +tr.parity1 {
1.16 + background: #f7f7f7;
1.17 +}
1.18 +
1.19 /* Styling of headings from the main site. */
1.20
1.21 h1 { font-size: 2em; }
1.22 @@ -82,6 +87,21 @@
1.23 padding: 0.25em 0.5em;
1.24 }
1.25
1.26 +span.branch-closed {
1.27 + background: #b5b5f1;
1.28 + padding: 0.25em 0.5em;
1.29 +}
1.30 +
1.31 +span.branch-inactive {
1.32 + background: #f1b5b5;
1.33 + padding: 0.25em 0.5em;
1.34 +}
1.35 +
1.36 +span.branch-closed a,
1.37 +span.branch-inactive a {
1.38 + color: #000;
1.39 +}
1.40 +
1.41 /* Navigational and editing controls. */
1.42
1.43 @media print {