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:
authorTim Zallmann <tzallmann@gitlab.com>2017-07-28 14:34:58 +0300
committerTim Zallmann <tzallmann@gitlab.com>2017-07-28 14:34:58 +0300
commite1c432d84812cbcaa5bca1d43cc4dab902ae2360 (patch)
tree2cc27b4ca9d0f0fff3d77a5f08c6f807ebf6848c /app/assets/stylesheets/framework/typography.scss
parent3109623d6e03ca1ac677ddbd69e5b8b20f82b65f (diff)
none is not a CSS Value for sizes ;-)
Diffstat (limited to 'app/assets/stylesheets/framework/typography.scss')
-rw-r--r--app/assets/stylesheets/framework/typography.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index befd8133be0..bf5f124d142 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -19,9 +19,9 @@
}
img.js-lazy-loaded {
- min-width: none;
- min-height: none;
- background-color: none;
+ min-width: inherit;
+ min-height: inherit;
+ background-color: inherit;
}
p a:not(.no-attachment-icon) img {