Skip to content

Commit

Permalink
Removed .matches element and fix the borders a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellegous committed Jan 31, 2015
1 parent 003e48f commit f7e3c57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 1 addition & 5 deletions pub/assets/css/hound.css
Original file line number Diff line number Diff line change
Expand Up @@ -240,16 +240,14 @@ button:focus {
.file {
margin: 10px 0 20px;
border-radius: 3px;
border: 1px solid #d8d8d8;
}

.file > .title {
padding: 10px 10px 10px 20px;
display: block;
line-height: 30px;
background-color: #f5f5f5;
border-top: 1px solid #d8d8d8;
border-left: 1px solid #d8d8d8;
border-right: 1px solid #d8d8d8;
}

.title a {
Expand Down Expand Up @@ -284,8 +282,6 @@ button:focus {
}

.match {
border-left: 1px solid #d8d8d8;
border-right: 1px solid #d8d8d8;
border-bottom: 3px solid #f8f8f8;
}

Expand Down
4 changes: 1 addition & 3 deletions pub/assets/js/hound.js
Original file line number Diff line number Diff line change
Expand Up @@ -639,9 +639,7 @@ var FilesView = React.createClass({
</a>
</div>
<div className="file-body">
<div className="matches">
{matches}
</div>
{matches}
</div>
</div>
);
Expand Down

0 comments on commit f7e3c57

Please sign in to comment.