Skip to content

Commit

Permalink
Small CSS fix regarding the toggle view
Browse files Browse the repository at this point in the history
  • Loading branch information
vellerefond committed Jun 9, 2015
1 parent 3fbf817 commit 6fa91b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
###### 0.20.9 - Small CSS fix regarding the toggle view

###### 0.20.8 - Small logic fix for when opening an already opened file in another pane

###### 0.20.7 - Made logic fixes regarding the addition of files to projects and made it easier to delete a project or unload the current project using the toggle view
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "project-ring",
"main": "./lib/project-ring",
"version": "0.20.8",
"version": "0.20.9",
"description": "Project management for the Atom editor.",
"repository": "https://github.com/vellerefond/project-ring",
"license": "MIT",
Expand Down
6 changes: 1 addition & 5 deletions styles/project-ring.less
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,9 @@
opacity: .8;

div {
display: inline-block;
display: block;
position: relative;

&:last-child {
float:right;
}

&::before {
content: ' ';
display: inline-block;
Expand Down

0 comments on commit 6fa91b5

Please sign in to comment.