Merge branch '19126-nginx-proxy-settings-change'
[arvados.git] / doc / css / images.css
index 0bd2ec7f0c4a55ee8755643c4d4cc22a4a2935ec..50c59f947efb2b197dfef7083af5b2615d44eeaf 100644 (file)
@@ -5,3 +5,16 @@ SPDX-License-Identifier: CC-BY-SA-3.0 */
 img.full-width {
     width: 100%
 }
+
+img.screenshot {
+    max-width: calc(100% - 2em);
+    border: 3px;
+    border-style: solid;
+    margin-left: 2em;
+    margin-bottom: 2em;
+}
+
+img.side {
+    float: left;
+    width: 50%;
+}