mirror of
https://github.com/status-im/burnchart.git
synced 2025-02-03 06:13:40 +00:00
closes #94
This commit is contained in:
parent
bc4d846015
commit
77accc3590
@ -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
|
||||
|
@ -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",
|
||||
|
2
public/css/app.bundle.min.css
vendored
2
public/css/app.bundle.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user