summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/help.scss
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-06-14 12:15:21 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-06-19 18:02:53 -0600
commit8685b3f80a9a653849776a83b7a968725a8ae1f0 (patch)
tree03f5ba9fcb342fbbaeefb0437f5a4e3c12b6c4e7 /app/assets/stylesheets/pages/help.scss
parent98cede7ebeae9dac994b35b66be6aab14eb932b3 (diff)
downloadgitlab-ce-8685b3f80a9a653849776a83b7a968725a8ae1f0.tar.gz
Add borders to images in issues, MRs, and Help.
Diffstat (limited to 'app/assets/stylesheets/pages/help.scss')
-rw-r--r--app/assets/stylesheets/pages/help.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/help.scss b/app/assets/stylesheets/pages/help.scss
index 4a95b7b852e..204c0eea487 100644
--- a/app/assets/stylesheets/pages/help.scss
+++ b/app/assets/stylesheets/pages/help.scss
@@ -57,4 +57,11 @@
.documentation {
padding: 7px;
+
+ // Border around images in the help pages.
+ img {
+ border: 1px solid $table-border-gray;
+ padding: 5px;
+ margin: 5px;
+ }
}