Skip to content

Commit

Permalink
Remove border radius because it has wrong background
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
  • Loading branch information
dzaporozhets committed Oct 8, 2014
1 parent 21e9ed2 commit 629bd28
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/assets/stylesheets/generic/issue_box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
color: #555;
margin:20px 0;
background: $box_bg;
border-top-left-radius: 5px;
@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.09));

&.issue-box-closed {
Expand Down Expand Up @@ -112,7 +111,6 @@
float: left;
font-weight: bold;
padding: 10px 15px;
border-top-left-radius: 5px;
}

.creator {
Expand Down

0 comments on commit 629bd28

Please sign in to comment.