commit: 8e080435094b1b57a28f12c1da1ba7f3e635f76e
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 14 16:43:30 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Sep 14 16:47:33 2016 +0000
URL: https://gitweb.gentoo.org/sites/planet.git/commit/?id=8e080435
planet.css: preserve image aspect ratio
Gentoo-bug: 593522
media/planet.css | 1 +
1 file changed, 1 insertion(+)
diff --git a/media/planet.css b/media/planet.css
index 9db6227..d784c22 100644
--- a/media/planet.css
+++ b/media/planet.css
@@ -132,6 +132,7 @@ pre {
img {
border: 0px;
max-width: 500px;
+ height: auto;
}
div#intro {