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;