File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -248,12 +248,12 @@ aside#pullout {
248
248
display : block;
249
249
text-align : center; }
250
250
aside # pullout .spots_left {
251
- color : # f6ffef ;
251
+ color : # 999999 ;
252
252
margin-top : 0.5em ;
253
253
font-size : small;
254
254
text-align : center; }
255
255
aside # pullout .spots_left a {
256
- color : # f6ffef ;
256
+ color : # 999999 ;
257
257
text-decoration : none; }
258
258
aside # pullout .spots_left a : hover {
259
259
text-decoration : underline; }
Original file line number Diff line number Diff line change @@ -250,12 +250,12 @@ aside#pullout
250
250
:display block
251
251
:text-align center
252
252
.spots_left
253
- :color $ white
253
+ :color #999
254
254
:margin-top 0.5em
255
255
:font-size small
256
256
:text-align center
257
257
a
258
- :color $ white
258
+ :color #999
259
259
:text-decoration none
260
260
& :hover
261
261
:text-decoration underline
Original file line number Diff line number Diff line change 66
66
#current_person
67
67
- if (!ctx.currentPerson)
68
68
%a #signin { href: '/login?return_to=' + ctx.req.url } Sign in
69
- .spots_left
70
- != '(<a href=" http://nodeknockout.posterous.com/registration-is-closed" >registration is closed</a>)'
71
69
- if (ctx.currentPerson)
72
70
%a{ href: 'http://gravatar.com' }
73
71
%img { src: 'http://www.gravatar.com/avatar/' + ctx.currentPerson.emailHash + '?s=40&d=monsterid' }
74
72
.info
75
73
%a{ href: '/people/' + ctx.currentPerson.id() + '/edit' }= ctx.currentPerson.name || ctx.currentPerson.email
76
74
%br
77
75
%a { href: '/logout' } Sign out
76
+ - if (!ctx.currentPerson)
77
+ .spots_left
78
+ != '(<a href=" http://nodeknockout.posterous.com/registration-is-closed" >registration is closed</a>)'
78
79
#sponsors
79
80
%p .joyent
80
81
%a { href: 'http://www.joyent.com/?utm_source=web&utm_medium=sponsorship&utm_campaign=nodeknockout' }
You can’t perform that action at this time.
0 commit comments