Skip to content

Commit 701bca5

Browse files
authored
Merge pull request #30 from circuscode/develop
TootPress 0.5
2 parents e48ffcf + ab8152a commit 701bca5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

assets/css/elsa.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -934,15 +934,16 @@ margin-left:5px;
934934
}
935935

936936
/*
937-
28. TootPress
937+
28. TootPress
938938
*/
939939

940940
.tootpress-toot {
941941
margin-bottom: 60px;
942942
clear:both;
943943
}
944944

945-
.tootpress-toot-symbol {
945+
/* Remove .tootpress-toot-symbol after TootPress 0.5 Release */
946+
.tootpress-toot-symbol, .toot-symbol {
946947
float:left !important;
947948
margin-top:5px;
948949
}
@@ -969,7 +970,8 @@ margin-left:5px;
969970
max-width: 100%;
970971
}
971972

972-
.toot-image-gallery {
973+
/* Remove .toot-image-gallery after TootPress 0.5 Release */
974+
.toot-image-gallery, .toot-gallery-image {
973975
margin-bottom:5px;
974976
}
975977

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ Release pending
171171

172172
* Added: TootPress Afterloop Styles
173173
* Added: Styles for Hyperlinks in Comments
174+
* Changed: Styling for TootPress 0.5
174175
* Changed: Styling of Comment Notification Checkbox
175176
* Changed: Envira Lightbox / Position of Close & Next Icons
176177

0 commit comments

Comments
 (0)