diff --git a/assets/css/elsa.css b/assets/css/elsa.css index 1a8b3bf..552a7df 100644 --- a/assets/css/elsa.css +++ b/assets/css/elsa.css @@ -934,7 +934,7 @@ margin-left:5px; } /* -28. TootPress +28. TootPress */ .tootpress-toot { @@ -942,7 +942,8 @@ margin-left:5px; clear:both; } -.tootpress-toot-symbol { +/* Remove .tootpress-toot-symbol after TootPress 0.5 Release */ +.tootpress-toot-symbol, .toot-symbol { float:left !important; margin-top:5px; } @@ -969,7 +970,8 @@ margin-left:5px; max-width: 100%; } -.toot-image-gallery { +/* Remove .toot-image-gallery after TootPress 0.5 Release */ +.toot-image-gallery, .toot-gallery-image { margin-bottom:5px; } diff --git a/readme.md b/readme.md index 5bda6b2..b5252d8 100644 --- a/readme.md +++ b/readme.md @@ -171,6 +171,7 @@ Release pending * Added: TootPress Afterloop Styles * Added: Styles for Hyperlinks in Comments +* Changed: Styling for TootPress 0.5 * Changed: Styling of Comment Notification Checkbox * Changed: Envira Lightbox / Position of Close & Next Icons