This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ styleguide
1212.project
1313.awspublish-app.topcoder-dev.com
1414npm-debug.log
15+ * .swp
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ import moment from 'moment-timezone'
8282 if ( typeof timezone_string === 'undefined' ) {
8383 var timezone_string = 'America/New_York' // lets set to TC timezone
8484 }
85- return moment ( date ) . tz ( timezone_string ) . format ( 'MMM DD,YYYY' )
85+ return moment ( date ) . tz ( timezone_string ) . format ( 'MMM DD, YYYY' )
8686 }
8787
8888 // Construct the data 'currentlyEarned'.
@@ -649,6 +649,12 @@ import moment from 'moment-timezone'
649649 name : 'Designer of the Month' ,
650650 groupClass : 'Member-of-the-Month' ,
651651 active : false
652+ } ,
653+ {
654+ id : 1007 ,
655+ name : 'Crowd for Good' ,
656+ groupClass : 'Crowd-for-Good' ,
657+ active : false
652658 }
653659 ]
654660 }
Original file line number Diff line number Diff line change 1515 background : url (../../images/badge.grid.large.png );
1616 margin-bottom : 2px ;
1717 margin-top : 2px ;
18- margin-left : 25px ;
18+ margin-left : 12px ;
19+ margin-right : 12px ;
1920 float : left ;
2021}
21- .singleBadge.leftMost {
22- margin-left : 0px ;
23- }
2422
2523.subBadge {
2624 height : 48px ;
436434.TopCoder-Spirit { background-position : -144px -336px ; }
437435.TopCoder-Mentor { background-position : -192px -336px ; }
438436
437+ .Crowd-for-Good {
438+ background-position : 0px -672px ;
439+ }
439440.Wireframe {
440441 width : 31px ;
441442 background-position : 0px -1009px !important ;
You can’t perform that action at this time.
0 commit comments