]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/css/theme.css
Allow View Source to connect to untrusted SSL certificates. https://redmine.stoutner...
[PrivacyBrowserAndroid.git] / app / src / main / assets / css / theme.css
index 22d34ebd1460ea5703ceb641bf64c627e466e2b8..7527682e8d100f039f1b774f893466e73fa83897 100644 (file)
@@ -163,4 +163,13 @@ img.center {
   margin-right: auto;
   height: 720;
   width: 360;
+}
+
+/* Centered screenshot images with a 2.16 aspect ratio.  An image must be a block to be centered. */
+img.center216 {
+  display: block;
+  margin-left: auto;
+  margin-right: auto;
+  height: 780;
+  width: 360;
 }
\ No newline at end of file