summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-11-11 16:26:12 +0100
committerDouwe Maan <douwe@gitlab.com>2015-11-18 12:00:56 +0100
commit01d2b1943f009720a3f8a51e441dcc18f1706c9f (patch)
tree5475aff055ddb8229e21121e626b5f8cf879ce91 /app/assets
parent40470975e863b271f09fe147eb2eb545211e1b08 (diff)
downloadgitlab-ce-01d2b1943f009720a3f8a51e441dcc18f1706c9f.tar.gz
Move import form to partial.
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/framework/common.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index ddbacd7fd41..40f4beb1968 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -328,6 +328,10 @@ table {
}
}
+.well {
+ margin-bottom: 0;
+}
+
.search_box {
@extend .well;
text-align: center;