]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/base/css/display.css
split out InlineAttachmentList from AttachmentList
[quix0rs-gnu-social.git] / theme / base / css / display.css
index 29f7d0ae0d9ffccfdc6769cbc2a3e803c10ea5e1..6615e13eb4715a88bb4fffd4a3dd8ff4a828568c 100644 (file)
@@ -1728,6 +1728,12 @@ width:auto;
 min-width:0;
 }
 
+.inline-attachment img {
+    /* Why on earth is this changed to block at the top? */
+    display: inline;
+    border: solid 1px #aaa;
+    padding: 1px;
+}
 }/*end of @media screen, projection, tv*/