Skip to content

Commit b309c28

Browse files
committed
Bump version to 0.2.11
Imporve git dialog
1 parent 374f0f5 commit b309c28

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

addons/git/addon-built.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

addons/git/stylesheets/git.less

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
padding: 0px;
2222

2323
.file {
24-
margin: 5px 3px;
2524
background: #f5f5f5;
2625
border-left: 5px solid transparent;
27-
padding: 5px;
26+
border-top: 1px solid #ddd;
27+
padding: 10px;
2828

2929
&.type-M {
3030
border-left-color: #3498db;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "codebox",
33
"description": "Open Cloud IDE",
44
"homepage": "https://www.codebox.io",
5-
"version": "0.2.10",
5+
"version": "0.2.11",
66
"author": "[email protected]",
77
"dependencies": {
88
"q": "0.9.6",

0 commit comments

Comments
 (0)