Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions assets/css/elsa.css
Original file line number Diff line number Diff line change
Expand Up @@ -934,15 +934,16 @@ margin-left:5px;
}

/*
28. TootPress
28. TootPress
*/

.tootpress-toot {
margin-bottom: 60px;
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;
}
Expand All @@ -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;
}

Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down