X-Git-Url: http://git.scottworley.com/reliable-chat/blobdiff_plain/66b29e97f7f07d34df3b903ac13c81e5cb005fa2..5afebfc66c48be6f07f6c829513faa7f9ffd6470:/webclient/rc.html diff --git a/webclient/rc.html b/webclient/rc.html index 01dc168..7ace5f6 100644 --- a/webclient/rc.html +++ b/webclient/rc.html @@ -59,6 +59,10 @@ padding: 0px 5px 55px 5px; vertical-align: bottom } + .banner { + font-size: 85%; + text-align: right; + } .servercount { margin-right: 0.5em; font-size: 70%; @@ -230,6 +234,7 @@ text_span.appendChild(document.createTextNode(leading_text)); } var anchor = document.createElement("a"); + anchor.setAttribute("rel", "nofollow"); anchor.setAttribute("href", encodeURI(match[0])); anchor.appendChild(document.createTextNode(match[0])); text_span.appendChild(anchor); @@ -417,6 +422,7 @@
+