File tree Expand file tree Collapse file tree 2 files changed +27
-4
lines changed Expand file tree Collapse file tree 2 files changed +27
-4
lines changed Original file line number Diff line number Diff line change @@ -83,17 +83,40 @@ a:hover {
8383 font-size : 20px ;
8484}
8585
86+ # recently-updated h1 {
87+ margin-bottom : 10px ;
88+ }
89+
90+ # recently-updated h1 a {
91+ font-weight : normal;
92+ font-size : 11px ;
93+ }
94+
8695# recently-updated-repos {
8796 margin-left : 15px ;
8897}
8998
99+ # recently-updated-repos li {
100+ line-height : 1.5 ;
101+ }
102+
90103# recently-updated-repos li span {
91104 display : inline-block;
92- padding : 0 2px ;
105+ padding : 0 1px ;
106+ }
107+
108+ # recently-updated-repos li span {
109+ font-size : 11px ;
93110}
94111
95112# recently-updated-repos li span .name {
96113 padding : 0 6px 0 0 ;
114+ font-size : 13px ;
115+ }
116+
117+ # recently-updated-repos li span .watchers a ,
118+ # recently-updated-repos li span .forks a {
119+ color : # 666 ;
97120}
98121
99122div .header {
Original file line number Diff line number Diff line change 1414 $item . append ( '<span class="name"><a href="' + repo . html_url + '">' + repo . name + '</a></span>' ) ;
1515 $item . append ( '<span class="time">' + strftime ( "%h %e, %Y" , repo . pushed_at ) + '</span>' ) ;
1616 $item . append ( '<span class="bullet">⋅</span>' ) ;
17- $item . append ( '<span class="watchers">' + repo . watchers + ' watchers</span>' ) ;
17+ $item . append ( '<span class="watchers"><a href="http://github.com/%3C/span%3E' + repo . html_url + '/ watchers">' + repo . watchers + ' watchers</a> </span>' ) ;
1818 $item . append ( '<span class="bullet">⋅</span>' ) ;
19- $item . append ( '<span class="forks">' + repo . forks + ' forks</span>' ) ;
19+ $item . append ( '<span class="forks"><a href="http://github.com/%3C/span%3E' + repo . html_url + '/network">' + repo . forks + ' forks</a> </span>' ) ;
2020 $item . appendTo ( "#recently-updated-repos" ) ;
2121 }
2222
@@ -76,7 +76,7 @@ <h1>Statistics</h1>
76767777 </ div >
7878 < div id ="recently-updated " class ="grid-2 omega header ">
79- < h1 > Recently updated</ h1 >
79+ < h1 > Recently updated < a href =" # " > View All on GitHub </ a > </ h1 >
8080 < ol id ="recently-updated-repos "> </ ol >
8181 </ div >
8282 </ div >
You can’t perform that action at this time.
0 commit comments