Author: Sergey Panteleev (saundefined)
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2024-01-13T00:11:28+03:00

Commit: 
https://github.com/php/web-php/commit/0831bac8b30f8eda51c03473705f4ef8dcc92c03
Raw diff: 
https://github.com/php/web-php/commit/0831bac8b30f8eda51c03473705f4ef8dcc92c03.diff

Set max-width for news images (#921)

Changed paths:
  M  styles/theme-base.css


Diff:

diff --git a/styles/theme-base.css b/styles/theme-base.css
index ad37598b06..cd5009d76f 100644
--- a/styles/theme-base.css
+++ b/styles/theme-base.css
@@ -1884,6 +1884,10 @@ aside.tips div.inner {
   border: 0;
   padding: 10px;
 }
+
+.newsentry .newsimage img {
+    max-width: 350px;
+}
 /* }}} */
 
 /* {{{ Logo Downloads */

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

Reply via email to