##// END OF EJS Templates
added #readme anchor link
marcink -
r2366:1b12e71b beta
parent child Browse files
Show More
@@ -330,6 +330,11 b' div.options a {'
330 z-index: auto !important;
330 z-index: auto !important;
331 }
331 }
332
332
333 .header-pos-fix{
334 margin-top: -44px;
335 padding-top: 44px;
336 }
337
333 #header #header-inner #home a {
338 #header #header-inner #home a {
334 height: 40px;
339 height: 40px;
335 width: 46px;
340 width: 46px;
@@ -220,11 +220,11 b''
220 </div>
220 </div>
221
221
222 %if c.readme_data:
222 %if c.readme_data:
223 <div class="box" style="background-color: #FAFAFA">
223 <div id="readme" class="box header-pos-fix" style="background-color: #FAFAFA">
224 <div id="readme" class="title">
224 <div id="readme" class="title">
225 <div class="breadcrumbs"><a href="${h.url('files_home',repo_name=c.repo_name,revision='tip',f_path=c.readme_file)}">${c.readme_file}</a></div>
225 <div class="breadcrumbs"><a href="${h.url('files_home',repo_name=c.repo_name,revision='tip',f_path=c.readme_file)}">${c.readme_file}</a></div>
226 </div>
226 </div>
227 <div class="readme">
227 <div id="readme" class="readme">
228 <div class="readme_box">
228 <div class="readme_box">
229 ${c.readme_data|n}
229 ${c.readme_data|n}
230 </div>
230 </div>
General Comments 0
You need to be logged in to leave comments. Login now