Skip to content

Commit

Permalink
Merge pull request #91 from ixkaito/fix-border
Browse files Browse the repository at this point in the history
Fix the border between the sidebar and content body
  • Loading branch information
ixkaito committed Aug 6, 2016
2 parents 7239994 + 347044e commit b2f5eb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/css/style.css
Expand Up @@ -53,6 +53,9 @@ img {
float: left;
width: 25%;
border-top: none;
border-right: 1px solid #ccc;
margin-left: 1px;
margin-right: -1px;
}

.main_content{
Expand Down

0 comments on commit b2f5eb8

Please sign in to comment.