mirror of
https://github.com/status-im/burnchart.git
synced 2025-02-03 14:23:26 +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
|
```bash
|
||||||
$ npm install burnchart -g
|
$ npm install burnchart -g
|
||||||
$ burnchart 5000
|
$ burnchart 8080
|
||||||
# burnchart/2.0.5 started on http://0.0.0.0:5000
|
# burnchart/2.0.5 started on http://0.0.0.0:8080
|
||||||
```
|
```
|
||||||
|
|
||||||
##Configuration
|
##Configuration
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "burnchart",
|
"name": "burnchart",
|
||||||
"version": "2.0.5",
|
"version": "2.0.6",
|
||||||
"description": "GitHub Burndown Chart as a Service",
|
"description": "GitHub Burndown Chart as a Service",
|
||||||
"author": "Radek Stepan <dev@radekstepan.com> (http://radekstepan.com)",
|
"author": "Radek Stepan <dev@radekstepan.com> (http://radekstepan.com)",
|
||||||
"license": "AGPL-3.0",
|
"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 {
|
#title {
|
||||||
border-bottom: 3px solid #f3f4f8;
|
border-bottom: 3px solid #f3f4f8;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
line-height: 52px;
|
line-height: 30px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
|
||||||
.title {
|
.wrap {
|
||||||
float: left;
|
white-space: normal;
|
||||||
border-bottom: 3px solid #aaafbf;
|
border-bottom: 3px solid #aaafbf;
|
||||||
margin-bottom: -3px;
|
margin-bottom: -3px;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
display: inline-block;
|
||||||
|
line-height: 30px;
|
||||||
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sub {
|
.sub {
|
||||||
float: left;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 0 20px;
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.description {
|
.description {
|
||||||
overflow: hidden;
|
|
||||||
font-family: @serif_font;
|
font-family: @serif_font;
|
||||||
color: #b1b6c4;
|
color: #b1b6c4;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user