This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 4 files changed +13
-5
lines changed
4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ styleguide
12
12
.project
13
13
.awspublish-app.topcoder-dev.com
14
14
npm-debug.log
15
+ * .swp
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ import moment from 'moment-timezone'
82
82
if ( typeof timezone_string === 'undefined' ) {
83
83
var timezone_string = 'America/New_York' // lets set to TC timezone
84
84
}
85
- return moment ( date ) . tz ( timezone_string ) . format ( 'MMM DD,YYYY' )
85
+ return moment ( date ) . tz ( timezone_string ) . format ( 'MMM DD, YYYY' )
86
86
}
87
87
88
88
// Construct the data 'currentlyEarned'.
@@ -649,6 +649,12 @@ import moment from 'moment-timezone'
649
649
name : 'Designer of the Month' ,
650
650
groupClass : 'Member-of-the-Month' ,
651
651
active : false
652
+ } ,
653
+ {
654
+ id : 1007 ,
655
+ name : 'Crowd for Good' ,
656
+ groupClass : 'Crowd-for-Good' ,
657
+ active : false
652
658
}
653
659
]
654
660
}
Original file line number Diff line number Diff line change 15
15
background : url (../../images/badge.grid.large.png );
16
16
margin-bottom : 2px ;
17
17
margin-top : 2px ;
18
- margin-left : 25px ;
18
+ margin-left : 12px ;
19
+ margin-right : 12px ;
19
20
float : left ;
20
21
}
21
- .singleBadge.leftMost {
22
- margin-left : 0px ;
23
- }
24
22
25
23
.subBadge {
26
24
height : 48px ;
436
434
.TopCoder-Spirit { background-position : -144px -336px ; }
437
435
.TopCoder-Mentor { background-position : -192px -336px ; }
438
436
437
+ .Crowd-for-Good {
438
+ background-position : 0px -672px ;
439
+ }
439
440
.Wireframe {
440
441
width : 31px ;
441
442
background-position : 0px -1009px !important ;
You can’t perform that action at this time.
0 commit comments