From 6e0def1868b20ef1174d06c4bd8655548c024302 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Thu, 3 Sep 2015 11:25:51 +0200 Subject: CSS: Add overflow:hidden to screenshots on homepage As suggested at https://vndb.org/t2520.147 --- data/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/style.css b/data/style.css index d88d404b..ed489aa9 100644 --- a/data/style.css +++ b/data/style.css @@ -241,7 +241,7 @@ ul.maintabs.browsetabs li.left a { margin-left: 0; margin-right: 5px } /***** Homepage ******/ -p.screenshots { text-align: center; margin-top: 10px; padding: 0; height: 105px; } +p.screenshots { text-align: center; margin-top: 10px; padding: 0; height: 105px; overflow: hidden } p.screenshots img { margin: 2px; } a.feed { float: right } -- cgit v1.2.3