]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
articles accidentally got aligned to center
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 21 Aug 2016 07:36:22 +0000 (09:36 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 21 Aug 2016 07:36:22 +0000 (09:36 +0200)
theme/base/css/display.css

index 14200ac60a4488f598c19b1b829e8797452d8686..837577f4a07d4d8598edbc40818fce883491e5b6 100644 (file)
@@ -826,6 +826,10 @@ position:static;
     position: relative;
 }
 
+.notice.h-entry .attachments .inline-attachment > article {
+    text-align: left;
+}
+
 .notice.h-entry .attachments .inline-attachment > * {
     height: auto;
     max-width: 100%;