summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-25 19:53:30 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-25 19:53:30 +0200
commite421772f8935b9bdce02b6f552593f8dabca9074 (patch)
treeaa2951582a6d100d920b7b34366bef442baae143 /app
parent81527e9fba64a276d58e17074721668bd213f57c (diff)
downloadgitlab-ce-e421772f8935b9bdce02b6f552593f8dabca9074.tar.gz
Revert "Clearfix on well-lists. Pages affected:"
Because it adds extra spaces at each project row on dashboard This reverts commit 2767abd90d94b3fd0fedfad85015abbffd7e4cd9.
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/generic/lists.scss6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/assets/stylesheets/generic/lists.scss b/app/assets/stylesheets/generic/lists.scss
index 8a6d7f68175..de70e47333f 100644
--- a/app/assets/stylesheets/generic/lists.scss
+++ b/app/assets/stylesheets/generic/lists.scss
@@ -13,12 +13,6 @@
border-bottom: 1px solid #eee;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
- &:after {
- content: " ";
- display: table;
- clear: both;
- }
-
&.disabled {
color: #888;
}