diff --git a/template.jst b/template.jst
index ce76983fb..8c587593a 100644
--- a/template.jst
+++ b/template.jst
@@ -15,7 +15,7 @@
Report Bugs
-
+
<%=
content
diff --git a/web.css b/web.css
index b29c0320a..8af3b827c 100644
--- a/web.css
+++ b/web.css
@@ -28,14 +28,16 @@ h1 {
background-color: #CCC;
font-weight: bold;
}
-img.screenshot {
+a.screenshot {
display: block;
margin: auto;
+}
+a.screenshot > img {
width: 640px;
max-width: 100%;
}
@media (min-width: 1120px) {
- img.screenshot {
+ a.screenshot {
float: right;
margin: 0 0 1em 1em;
}