Remove border radius because it has wrong background

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-10-08 20:33:28 +03:00
parent 21e9ed2eaf
commit 629bd2831f
No known key found for this signature in database
GPG key ID: 161B5D6A44D3D88A

View file

@ -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 {
@ -112,7 +111,6 @@
float: left;
font-weight: bold;
padding: 10px 15px;
border-top-left-radius: 5px;
}
.creator {