From f1bbdfb3df3dfc1a65a1245b4540e95f10fa4b21 Mon Sep 17 00:00:00 2001 From: Mark Maglana Date: Sun, 4 Apr 2010 07:21:57 +0800 Subject: [PATCH] Bring back sprint velocity --- assets/stylesheets/index.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/index.css b/assets/stylesheets/index.css index 3c2d5b34fb..ba96fb808e 100644 --- a/assets/stylesheets/index.css +++ b/assets/stylesheets/index.css @@ -37,7 +37,16 @@ display:none; /* I'll fix this later */ } .backlog .header .points{ - display:none; /* I'll fix this later */ + display:block; + height:15px; + overflow:hidden; + padding:2px; + padding-right:3px; + position:absolute; + right:11px; + text-align:right; + top:7px; + width:25px; } .backlog .stories{ list-style:none;