diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css index 40507cc..ebc85aa 100644 --- a/public_html/css/hpr.css +++ b/public_html/css/hpr.css @@ -235,7 +235,12 @@ pre { /* Add background, border and scrollbar to
*/ clear: both; } +table.hosts { + background: white } +table.hosts tr:nth-child(even) { background-color:#cccccc; } +table.hosts tr:nth-child(odd) { background-color:white; } +table.hosts tr td img { vertical-align:middle } @media only screen and (max-width: 680px) { #container {width: 95%;} diff --git a/templates/content-correspondents.tpl.html b/templates/content-correspondents.tpl.html index 708d522..25847d2 100644 --- a/templates/content-correspondents.tpl.html +++ b/templates/content-correspondents.tpl.html @@ -4,7 +4,7 @@For more information on how to become a Correspondent see our contribute page. To add a logo here, either email one to admin at hpr or setup your email on Gravatar. To protect your browsing privacy we gather the images every hour and serve them directly from HPR.
-
Avatar | Name & Host ID | license | @@ -16,7 +16,7 @@ inner join (select hostid, max(date) as date from eps group by hostid) as e on h.hostid = e.hostid ' ) %--> -
---|---|