diff options
-rw-r--r-- | app/assets/stylesheets/generic/issue_box.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/stylesheets/generic/issue_box.scss b/app/assets/stylesheets/generic/issue_box.scss index 709d26767af..94149594e24 100644 --- a/app/assets/stylesheets/generic/issue_box.scss +++ b/app/assets/stylesheets/generic/issue_box.scss @@ -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 { |