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:
authorDouwe Maan <douwe@selenight.nl>2017-05-15 20:11:40 +0300
committerDouwe Maan <douwe@selenight.nl>2017-05-23 23:37:04 +0300
commit2830cb923742dc32d790f1ec369a98f816c47067 (patch)
tree8eb83afccb670b2f85d7a647397e9a3f924336e5 /app/assets/stylesheets/framework/files.scss
parentdb40c668de96e6dfcdb07792b881118867c2ff52 (diff)
Consistently style image in blob and diff
Diffstat (limited to 'app/assets/stylesheets/framework/files.scss')
-rw-r--r--app/assets/stylesheets/framework/files.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/files.scss b/app/assets/stylesheets/framework/files.scss
index f8674b763c8..78f425057eb 100644
--- a/app/assets/stylesheets/framework/files.scss
+++ b/app/assets/stylesheets/framework/files.scss
@@ -66,10 +66,10 @@
&.video {
background: $file-image-bg;
text-align: center;
+ padding: 30px;
img,
video {
- padding: 20px;
max-width: 80%;
}
}