Skip to content

Commit 4c209ab

Browse files
committed
Remove unintended margin next to thumbnails in hybrid
Fixes #205
1 parent 033b9c9 commit 4c209ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cerberus-hybrid.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ <h1 style="margin: 0 0 10px; font-size: 25px; line-height: 30px; color: #333333;
545545
<tr>
546546
<td valign="top" width="220" style="width: 220px;">
547547
<![endif]-->
548-
<div style="display:inline-block; margin: 0 -2px; max-width: 200px; min-width:160px; vertical-align:top; width:100%;" class="stack-column">
548+
<div style="display:inline-block; margin: 0 -2px; max-width: 220px; min-width:160px; vertical-align:top; width:100%;" class="stack-column">
549549
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
550550
<tr>
551551
<td dir="ltr" style="padding: 0 10px 10px 10px;">
@@ -611,7 +611,7 @@ <h2 style="margin: 0 0 10px 0; font-family: sans-serif; font-size: 18px; line-he
611611
<tr>
612612
<td valign="top" width="220" style="width: 220px;">
613613
<![endif]-->
614-
<div style="display:inline-block; margin: 0 -2px; max-width: 200px; min-width:160px; vertical-align:top; width:100%;" class="stack-column">
614+
<div style="display:inline-block; margin: 0 -2px; max-width: 220px; min-width:160px; vertical-align:top; width:100%;" class="stack-column">
615615
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
616616
<tr>
617617
<td dir="ltr" style="padding: 0 10px 10px 10px;">
@@ -741,4 +741,4 @@ <h2 style="margin: 0 0 10px 0; font-family: sans-serif; font-size: 18px; line-he
741741
<![endif]-->
742742
</center>
743743
</body>
744-
</html>
744+
</html>

0 commit comments

Comments
 (0)