File tree 2 files changed +18
-5
lines changed
2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 1
1
< % IF contributors and contributors.size %>
2
2
3
3
< div id ="contributors ">
4
- < strong > and < % contributors.size %> contributors</ strong >
4
+ < div class =" contributors-header " > and < % contributors.size %> contributors</ div >
5
5
< div align ="right ">
6
- < a name =" authors " href ="#authors "
7
- onclick ="$(this).hide(); $('#contributors ul').slideDown() "
6
+ < a href ="# "
7
+ onclick ="$(this).hide(); $('#contributors ul').slideDown(); return false; "
8
8
> show them</ a >
9
9
</ div >
10
- < ul style ="display: none ">
10
+ < ul class =" nav nav-list box-right " style ="display: none ">
11
11
< % FOREACH contributor IN contributors %>
12
12
< li class ="contributor<% ' cpan' IF contributor.pauseid %> ">
13
13
< % IF contributor.pauseid %>
Original file line number Diff line number Diff line change @@ -297,6 +297,19 @@ div.qtip-github table th {
297
297
* see /release/Plack for example
298
298
*/
299
299
300
+ # contributors {
301
+ width : 180px ;
302
+ }
303
+
304
+ # contributors > ul {
305
+ padding-top : 0 ;
306
+ }
307
+
308
+ # contributors .contributors-header {
309
+ font-weight : bold;
310
+ text-align : center;
311
+ }
312
+
300
313
# contributors .contributor {
301
314
position : relative;
302
315
text-align : left;
@@ -343,4 +356,4 @@ div.qtip-github table th {
343
356
344
357
# icon-rss {
345
358
background : url ('/static/icons/icon-rss.png' );
346
- }
359
+ }
You can’t perform that action at this time.
0 commit comments