Author: Sergey Panteleev (saundefined)
Date: 2024-01-16T16:51:59+03:00

Commit: 
https://github.com/php/web-php/commit/84a97774b10d58c3404d0e1f86af78ce32d2f687
Raw diff: 
https://github.com/php/web-php/commit/84a97774b10d58c3404d0e1f86af78ce32d2f687.diff

Set max-width for news item images

Changed paths:
  M  styles/theme-base.css


Diff:

diff --git a/styles/theme-base.css b/styles/theme-base.css
index cd5009d76f..6f7c0e36f7 100644
--- a/styles/theme-base.css
+++ b/styles/theme-base.css
@@ -1885,7 +1885,8 @@ aside.tips div.inner {
   padding: 10px;
 }
 
-.newsentry .newsimage img {
+.newsentry .newsimage img,
+.newsItem .newsImage img {
     max-width: 350px;
 }
 /* }}} */

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to