##// END OF EJS Templates
coal: minor fixes...
Matt Mackall -
r6451:b79a5661 default
parent child Browse files
Show More
@@ -5,8 +5,7 b' header = header.tmpl'
5 footer = footer.tmpl
5 footer = footer.tmpl
6 search = search.tmpl
6 search = search.tmpl
7
7
8 changelog = changelog.tmpl
8 changelog = shortlog.tmpl
9
10 shortlog = shortlog.tmpl
9 shortlog = shortlog.tmpl
11 shortlogentry = shortlogentry.tmpl
10 shortlogentry = shortlogentry.tmpl
12
11
@@ -2,7 +2,7 b' body {'
2 margin: 0;
2 margin: 0;
3 padding: 0;
3 padding: 0;
4 background: black url(background.png) repeat-x;
4 background: black url(background.png) repeat-x;
5 font-family: sans;
5 font-family: sans-serif;
6 }
6 }
7
7
8 .main {
8 .main {
@@ -124,13 +124,13 b' h3 {'
124 }
124 }
125 .bigtable tr { border: none; }
125 .bigtable tr { border: none; }
126 .bigtable .age { width: 6em; }
126 .bigtable .age { width: 6em; }
127 .bigtable .author { width: 12em; }
127 .bigtable .author { width: 10em; }
128 .bigtable .description { }
128 .bigtable .description { }
129 .bigtable .node { width: 5em; font-family: monospace;}
129 .bigtable .node { width: 5em; font-family: monospace;}
130 .bigtable .lineno { width: 2em; text-align: right;}
130 .bigtable .lineno { width: 2em; text-align: right;}
131 .bigtable .lineno a { color: #999; font-size: smaller; font-family: monospace;}
131 .bigtable .lineno a { color: #999; font-size: smaller; font-family: monospace;}
132 .bigtable td.source { font-family: monospace; white-space: pre; }
132 .bigtable td.source { font-family: monospace; white-space: pre; }
133 .bigtable .permissions { width: 4em; }
133 .bigtable .permissions { width: 8em; }
134 .bigtable td.permissions { font-family: monospace; }
134 .bigtable td.permissions { font-family: monospace; }
135 .bigtable .date { width: 10em; }
135 .bigtable .date { width: 10em; }
136 .bigtable .size { width: 5em; text-align: right; }
136 .bigtable .size { width: 5em; text-align: right; }
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now