This commit is contained in:
Radek Stepan 2014-12-24 13:02:45 -07:00
parent bc4d846015
commit 77accc3590
4 changed files with 16 additions and 10 deletions

View File

@ -22,8 +22,8 @@ GitHub Burndown Chart as a Service. Answers the question "are my projects on tra
```bash
$ npm install burnchart -g
$ burnchart 5000
# burnchart/2.0.5 started on http://0.0.0.0:5000
$ burnchart 8080
# burnchart/2.0.5 started on http://0.0.0.0:8080
```
##Configuration

View File

@ -1,6 +1,6 @@
{
"name": "burnchart",
"version": "2.0.5",
"version": "2.0.6",
"description": "GitHub Burndown Chart as a Service",
"author": "Radek Stepan <dev@radekstepan.com> (http://radekstepan.com)",
"license": "AGPL-3.0",

File diff suppressed because one or more lines are too long

View File

@ -198,26 +198,32 @@ ul {
#title {
border-bottom: 3px solid #f3f4f8;
white-space: nowrap;
line-height: 52px;
line-height: 30px;
margin-top: 20px;
.title {
float: left;
.wrap {
white-space: normal;
border-bottom: 3px solid #aaafbf;
margin-bottom: -3px;
padding-bottom: 10px;
}
.title {
display: inline-block;
line-height: 30px;
margin-right: 20px;
}
.sub {
float: left;
font-size: 16px;
font-weight: bold;
padding: 0 20px;
margin-right: 20px;
}
.description {
overflow: hidden;
font-family: @serif_font;
color: #b1b6c4;
display: inline-block;
}
&:after {