diff --git a/scripts/boxesserver b/scripts/boxesserver index 521a90097..05791af7f 100755 --- a/scripts/boxesserver +++ b/scripts/boxesserver @@ -265,6 +265,7 @@ class BServer: -->

+
""") no_img_msg = _('There is no image yet. Please donate an image of your project on GitHub!') @@ -278,6 +279,7 @@ class BServer: result.append("""
+ """ + self.footer(lang) + """ """ ) diff --git a/static/self.css b/static/self.css index c2cd59d07..89f2f8b8f 100644 --- a/static/self.css +++ b/static/self.css @@ -117,6 +117,10 @@ video { height: 0; } +.description img { + width: 100%; +} + .footer { -webkit-box-shadow: none; box-shadow: none;