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:
Diffstat (limited to 'app/assets/stylesheets/page_bundles/project.scss')
-rw-r--r--app/assets/stylesheets/page_bundles/project.scss11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/assets/stylesheets/page_bundles/project.scss b/app/assets/stylesheets/page_bundles/project.scss
index 0bc3cc6678c..eec5ebdb383 100644
--- a/app/assets/stylesheets/page_bundles/project.scss
+++ b/app/assets/stylesheets/page_bundles/project.scss
@@ -128,10 +128,6 @@
> li {
display: inline-block;
- &:not(:last-child) {
- margin-right: $gl-padding;
- }
-
&.right {
vertical-align: top;
margin-top: 0;
@@ -179,7 +175,6 @@
}
.btn {
- margin-bottom: $gl-padding-8;
padding: $gl-btn-vert-padding $gl-btn-padding;
line-height: $gl-btn-line-height;
@@ -190,12 +185,6 @@
}
}
-.project-buttons {
- .nav > li:not(:last-child) {
- margin-right: $gl-padding-8;
- }
-}
-
.git-empty {
margin-bottom: 7px;