Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-10-08 21:33:28 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-10-08 21:33:28 +0400
commit629bd2831f8c5a699eab09f7f1c7f4c45a194ebd (patch)
treebb4f012b8dc81b2a1680fb076d6f44a5e3c3d410 /app
parent21e9ed2eaf14b52ac03296a42fe89bb7270d4e19 (diff)
Remove border radius because it has wrong background
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/generic/issue_box.scss2
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 {