##// END OF EJS Templates
fixed nasty bug when browsing on renames....
marcink -
r583:95b746f2 default
parent child Browse files
Show More
@@ -55,7 +55,7 b' body {'
55 55 margin: 0;
56 56 padding: 0;
57 57 height: 100%;
58 background: #d1d1d1 url("../images/background.png") repeat;
58 background: url("../images/background.png") repeat scroll 0 0 #B0B0B0;
59 59 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
60 60 Lucida Sans Unicode, Arial, sans-serif;
61 61 font-size: 12px;
@@ -230,7 +230,6 b' div.options a:hover {'
230 230 #header {
231 231 margin: 0;
232 232 padding: 0 30px 0 30px;
233 background: #b0b0b0 url("../images/header_background.png") repeat;
234 233 }
235 234
236 235 /*
@@ -2193,7 +2192,6 b' div.form div.fields div.buttons input {'
2193 2192 padding: 0px 30px;
2194 2193 clear: both;
2195 2194 overflow: hidden;
2196 background: url("../images/header_background.png") repeat scroll 0 0 #B0B0B0;
2197 2195 text-align: right;
2198 2196 }
2199 2197
@@ -3414,7 +3412,6 b' div.gravatar {'
3414 3412 min-height: 100%;
3415 3413 clear: both;
3416 3414 overflow: hidden;
3417 background: url("../images/header_background.png") repeat scroll 0 0 #B0B0B0
3418 3415 }
3419 3416
3420 3417 /*
1 NO CONTENT: modified file, binary diff hidden
@@ -49,7 +49,9 b''
49 49 ${h.link_to(node.name,h.url('files_home',repo_name=c.repo_name,revision=c.cur_rev,f_path=node.path),class_=file_class(node))}
50 50 </td>
51 51 <td>
52 %if node.is_file():
52 53 ${h.format_byte_size(node.size,binary=True)}
54 %endif
53 55 </td>
54 56 <td>
55 57 %if node.is_file():
1 NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
General Comments 0
You need to be logged in to leave comments. Login now