diff --git a/contrib/html.sh b/contrib/html.sh
index 5ac84c25..64c2ac44 100755
--- a/contrib/html.sh
+++ b/contrib/html.sh
@@ -17,7 +17,7 @@ markdown -f toc,idanchor "${1}" | sed \
-e '//s|pre|pre class="code" onclick="CopyToClipboard(this)"|g' \
- -e '/
/s|alt="\(.*\):|class="\1" alt="\1:|' \
+ -e '/
/s|alt="\(.*\):|class="\1" alt="\1:|' \
-e '/The above link may be broken on code hosting sites/s|blockquote|blockquote style="display: none;"|'
sed \
diff --git a/general/style.css b/general/style.css
index f1d1c41c..2021b8ce 100644
--- a/general/style.css
+++ b/general/style.css
@@ -45,6 +45,9 @@ hr {
img.notification {
box-shadow: 3px 3px 7px rgba(100,100,100,0.7);
}
+img.screenshot {
+ box-shadow: 3px 3px 7px rgba(100,100,100,0.7);
+}
img.logo {
float: left;
/* border-radius: 50%; */