From: Cameron Ball Date: Thu, 17 Jan 2019 08:28:15 +0000 (+0800) Subject: Add more flair to the report X-Git-Url: http://git.cameron1729.xyz/?p=SonOfLokstallBot.git;a=commitdiff_plain;h=6fd9786e443982a9d0a459fdb052352ebe4d4adb Add more flair to the report --- diff --git a/src/report.php b/src/report.php index c05c59e..467c0c0 100644 --- a/src/report.php +++ b/src/report.php @@ -17,11 +17,25 @@ .nav-pills { margin-bottom: 1rem; } +img { + image-rendering: optimizeSpeed; /* STOP SMOOTHING, GIVE ME SPEED */ + image-rendering: -moz-crisp-edges; /* Firefox */ + image-rendering: -o-crisp-edges; /* Opera */ + image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */ + image-rendering: pixelated; /* Chrome */ + image-rendering: optimize-contrast; /* CSS3 Proposed */ + -ms-interpolation-mode: nearest-neighbor; /* IE8+ */ + height: 100%; +}
- +

The Onion Report

+
+
+
+
diff --git a/src/saitama.png b/src/saitama.png new file mode 100644 index 0000000..46b9d41 Binary files /dev/null and b/src/saitama.png differ