##// 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 margin: 0;
55 margin: 0;
56 padding: 0;
56 padding: 0;
57 height: 100%;
57 height: 100%;
58 background: #d1d1d1 url("../images/background.png") repeat;
58 background: url("../images/background.png") repeat scroll 0 0 #B0B0B0;
59 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
59 font-family: Lucida Grande, Verdana, Lucida Sans Regular,
60 Lucida Sans Unicode, Arial, sans-serif;
60 Lucida Sans Unicode, Arial, sans-serif;
61 font-size: 12px;
61 font-size: 12px;
@@ -230,7 +230,6 b' div.options a:hover {'
230 #header {
230 #header {
231 margin: 0;
231 margin: 0;
232 padding: 0 30px 0 30px;
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 padding: 0px 30px;
2192 padding: 0px 30px;
2194 clear: both;
2193 clear: both;
2195 overflow: hidden;
2194 overflow: hidden;
2196 background: url("../images/header_background.png") repeat scroll 0 0 #B0B0B0;
2197 text-align: right;
2195 text-align: right;
2198 }
2196 }
2199
2197
@@ -3414,7 +3412,6 b' div.gravatar {'
3414 min-height: 100%;
3412 min-height: 100%;
3415 clear: both;
3413 clear: both;
3416 overflow: hidden;
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
NO CONTENT: modified file, binary diff hidden
@@ -49,7 +49,9 b''
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))}
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 </td>
50 </td>
51 <td>
51 <td>
52 %if node.is_file():
52 ${h.format_byte_size(node.size,binary=True)}
53 ${h.format_byte_size(node.size,binary=True)}
54 %endif
53 </td>
55 </td>
54 <td>
56 <td>
55 %if node.is_file():
57 %if node.is_file():
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
General Comments 0
You need to be logged in to leave comments. Login now