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
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-09-09 19:59:36 +0300
committerClement Ho <ClemMakesApps@gmail.com>2016-10-08 20:18:41 +0300
commitdf4c4833fc68f10edbdf0873ea3238bba53a7a80 (patch)
treefd4d575de0081cf22bd6b0ff742f003a73189d6b /app/assets/stylesheets/framework/issue_box.scss
parent6678fab3688b9f96c551a7926e85dc855b7d4bda (diff)
Remove redundant mixins
Diffstat (limited to 'app/assets/stylesheets/framework/issue_box.scss')
-rw-r--r--app/assets/stylesheets/framework/issue_box.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/issue_box.scss b/app/assets/stylesheets/framework/issue_box.scss
index 8bfc0d583c5..ba3930e03bd 100644
--- a/app/assets/stylesheets/framework/issue_box.scss
+++ b/app/assets/stylesheets/framework/issue_box.scss
@@ -16,7 +16,7 @@
margin-top: 5px;
}
- @include border-radius(3px);
+ border-radius: 3px;
display: block;
float: left;
margin-right: 10px;