Skip to content
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.

Commit

Permalink
Omit needless widths.
Browse files Browse the repository at this point in the history
  • Loading branch information
espadrine committed Jan 3, 2014
1 parent ca79a51 commit 7d1436a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ The format is the following:
"build-passed": {
/* Textual information shown, in order. */
"text": [ "build", "passed" ],
/* Width of the first box, width of the second box (in pixels). */
"widths": [ 33, 44 ],
"colorscheme": "green"
}
```
Expand Down
14 changes: 0 additions & 14 deletions badges.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,72 +2,58 @@
"badges": {
"build-passed": {
"text": [ "build", "passed" ],
"widths": [ 35, 48 ],
"colorscheme": "brightgreen"
},
"build-passing": {
"text": [ "build", "passing" ],
"widths": [ 35, 52 ],
"colorscheme": "brightgreen"
},
"build-pending": {
"text": [ "build", "pending" ],
"widths": [ 35, 54 ],
"colorscheme": "yellow"
},
"build-failing": {
"text": [ "build", "failing" ],
"widths": [ 35, 44 ],
"colorscheme": "red"
},
"build-unknown": {
"text": [ "build", "unknown" ],
"widths": [ 35, 58 ],
"colorscheme": "lightgrey"
},
"build-error": {
"text": [ "build", "error" ],
"widths": [ 35, 36 ],
"colorscheme": "lightgrey"
},
"dependencies-none": {
"text": [ "dependencies", "none" ],
"widths": [ 85, 37 ],
"colorscheme": "green"
},
"dependencies-up-to-date": {
"text": [ "dependencies", "up-to-date" ],
"widths": [ 85, 70 ],
"colorscheme": "green"
},
"dependencies-out-of-date": {
"text": [ "dependencies", "out of date" ],
"widths": [ 85, 70 ],
"colorscheme": "yellow"
},
"dependencies-update": {
"text": [ "dependencies", "update!" ],
"widths": [ 85, 54 ],
"colorscheme": "red"
},
"dependencies-unknown": {
"text": [ "dependencies", "unknown" ],
"widths": [ 85, 58 ],
"colorscheme": "lightgrey"
},
"cheez-whiz": {
"text": [ "cheez", "whiz" ],
"widths": [ 41, 33 ],
"colorscheme": "yellow"
},
"tips-per-week": {
"text": [ "tips", "$21/week" ],
"widths": [ 30, 65 ],
"colorB": [ "#98cb03", "#94c600", "#6c9100", "#4d6700" ]
},
"coverage": {
"text": [ "coverage", "73%" ],
"widths": [ 58, 34 ],
"colorscheme": "red"
}
},
Expand Down

1 comment on commit 7d1436a

@mathiasbynens
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 This is awesome!

Please sign in to comment.