diff --git a/data/interfaces/newsletters/recently_added.html b/data/interfaces/newsletters/recently_added.html index dcee1f1b..e8b4b17b 100644 --- a/data/interfaces/newsletters/recently_added.html +++ b/data/interfaces/newsletters/recently_added.html @@ -235,6 +235,9 @@ .nowrap { white-space: nowrap; } + .clear { + clear: both; + } .preheader { color: transparent; @@ -596,6 +599,7 @@
% for movie in recently_added['movie']: % if loop.index == len(recently_added['movie'])-1 and loop.index % 2 == 0: +
% else:
@@ -683,6 +687,7 @@ link_title = show['title'] %> % if loop.index == len(recently_added['show'])-1 and loop.index % 2 == 0: +
% else:
@@ -792,6 +797,7 @@ % for album in artist['album']: <% album_count += 1 %> % if album_count == total_albums and album_count % 2 == 1: +
% else:
diff --git a/data/interfaces/newsletters/recently_added_master.html b/data/interfaces/newsletters/recently_added_master.html index 596d9fea..d6dc3864 100644 --- a/data/interfaces/newsletters/recently_added_master.html +++ b/data/interfaces/newsletters/recently_added_master.html @@ -235,6 +235,9 @@ .nowrap { white-space: nowrap; } + .clear { + clear: both; + } .preheader { color: transparent; @@ -596,6 +599,7 @@
% for movie in recently_added['movie']: % if loop.index == len(recently_added['movie'])-1 and loop.index % 2 == 0: +
% else:
@@ -683,6 +687,7 @@ link_title = show['title'] %> % if loop.index == len(recently_added['show'])-1 and loop.index % 2 == 0: +
% else:
@@ -792,6 +797,7 @@ % for album in artist['album']: <% album_count += 1 %> % if album_count == total_albums and album_count % 2 == 1: +
% else: