diff --git a/templates/rrs/maintainers.html b/templates/rrs/maintainers.html index ca5ba81..217a060 100644 --- a/templates/rrs/maintainers.html +++ b/templates/rrs/maintainers.html @@ -151,7 +151,7 @@ th.header { cursor: pointer; font-weight: bold; background-repeat: no-repeat; - background-position: center left; + background-position: center right 8px; padding-left: 20px; border-right: 1px solid #dad9c7; margin-left: -1px; diff --git a/templates/rrs/recipes.html b/templates/rrs/recipes.html index def539a..4a2fc7d 100644 --- a/templates/rrs/recipes.html +++ b/templates/rrs/recipes.html @@ -127,7 +127,7 @@ th.header { cursor: pointer; font-weight: bold; background-repeat: no-repeat; - background-position: center left; + background-position: center right 8px; padding-left: 20px; border-right: 1px solid #dad9c7; margin-left: -1px;