8fd94cdce6a24e02b0877a961bda71132df78df1 gperez2 Tue Oct 7 10:38:40 2025 -0700 Code review edit: adding some space under each poster, refs #36473 diff --git src/hg/htdocs/goldenPath/help/posters.html src/hg/htdocs/goldenPath/help/posters.html index 88f6081ebc7..4698ba41389 100755 --- src/hg/htdocs/goldenPath/help/posters.html +++ src/hg/htdocs/goldenPath/help/posters.html @@ -1,26 +1,27 @@ <!DOCTYPE html> <!--#set var="TITLE" value="Genome Browser Poster Gallery" --> <!--#set var="ROOT" value="../.." --> <!-- Relative paths to support mirror sites with non-standard GB docs install --> <!--#include virtual="$ROOT/inc/gbPageStart.html" --> <style> /* === Poster box styling === */ .poster-box { text-align: center; /* center text and image inside poster cell */ + padding-bottom: 15px; /* add some space under each poster */ } /* clickable image itself should only be the visible PNG */ .poster-box a img { display: inline-block; /* ensures the clickable area = only the image */ } /* wrapper link around poster content */ .poster-link { text-decoration: none; display: inline-block; /* shrink to contents */ text-align: center; color: inherit; /* inherit surrounding text color */ }