Skip to content

Commit 9b0c746

Browse files
author
Visnu Pitiyanuvath
committed
timeline tweaks
1 parent 75af5a6 commit 9b0c746

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

controllers/index.coffee

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ app.get '/judging', (req, res) ->
4848
app.get '/now', (req, res) ->
4949
res.send Date.now().toString()
5050
#res.send Date.UTC(2012, 10, 9, 23, 59, 55).toString() # 0 days left
51+
#res.send Date.UTC(2012, 10, 10, 0, 59, 55).toString() # go!
5152
#res.send Date.UTC(2012, 10, 8, 23, 59, 55).toString() # 1 -> 0 days left
5253

5354
app.get '/reload', (req, res) ->

public/stylesheets/application.styl

+2-1
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,9 @@ form.vote
486486
.countdown
487487
display none
488488
width 7em
489+
padding-right 10px
489490
text-align right
491+
color red
490492
.old
491493
tr.header
492494
text-decoration line-through
@@ -504,7 +506,6 @@ form.vote
504506
font-weight bold
505507
.countdown
506508
display table-cell
507-
color red
508509
.ps
509510
margin-top 2em
510511
color gray

0 commit comments

Comments
 (0)