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:
authorSimon Knox <psimyn@gmail.com>2017-02-28 06:31:21 +0300
committerSimon Knox <psimyn@gmail.com>2017-03-07 00:44:22 +0300
commit591f0e2258a4a97d8f3eb6ade797feb54f1a321f (patch)
treef7b592a7ee4f8fd9bbd34698944cc55f67dd41e3 /app/assets/stylesheets/framework/panels.scss
parent9f908cfc8ed3acf2fd6692f098ed1bd526631a0d (diff)
consistent spacing on new MR panels
center spinner show placeholder text on new MR page remove redundant `display: block` from li - they default to `list-style` already
Diffstat (limited to 'app/assets/stylesheets/framework/panels.scss')
-rw-r--r--app/assets/stylesheets/framework/panels.scss8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/assets/stylesheets/framework/panels.scss b/app/assets/stylesheets/framework/panels.scss
index efe93724013..9d8d08dff88 100644
--- a/app/assets/stylesheets/framework/panels.scss
+++ b/app/assets/stylesheets/framework/panels.scss
@@ -48,11 +48,3 @@
line-height: inherit;
}
}
-
-.panel-default {
- .table-list-row:last-child {
- .table-list-cell {
- border-bottom: 0;
- }
- }
-}