diff --git a/css/tarteaucitron.css b/css/tarteaucitron.css index 56f52a0..2aa99cd 100644 --- a/css/tarteaucitron.css +++ b/css/tarteaucitron.css @@ -58,7 +58,7 @@ #tarteaucitron a { color: rgb(66, 66, 66); font-size: 11px; - font-style: italic; + font-weight: 700; text-decoration: none; } diff --git a/tarteaucitron.js b/tarteaucitron.js index 914d123..6e56f95 100644 --- a/tarteaucitron.js +++ b/tarteaucitron.js @@ -147,8 +147,8 @@ var tarteaucitron = { html += '
'; html += ' ' + service.name + '
'; html += '
'; - html += ' '; - html += ' ' + tarteaucitron.lang.more + ' : ' + service.uri.split('/')[2]; + html += ' '; + html += ' ' + tarteaucitron.lang.more; html += ' '; html += '
'; html += '
';