summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2015-09-03 11:25:51 +0200
committerYorhel <git@yorhel.nl>2015-09-03 11:25:51 +0200
commit6e0def1868b20ef1174d06c4bd8655548c024302 (patch)
treeef474e3b848006dab78e04e0581fe19ae2c6aaa4 /data
parentd9891b03a079155e2c3cd488bab1b05a35038f93 (diff)
CSS: Add overflow:hidden to screenshots on homepage
As suggested at https://vndb.org/t2520.147
Diffstat (limited to 'data')
-rw-r--r--data/style.css2
1 files changed, 1 insertions, 1 deletions
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 }