Add an   separating pi from the server info line.

This commit is contained in:
Max Goodman
2011-09-29 18:13:11 -07:00
committed by Neil Williams
parent 739288fdb0
commit c051491717
2 changed files with 2 additions and 2 deletions

View File

@@ -1986,7 +1986,7 @@ label + #moresearchinfo {
.bottommenu { color: gray; font-size: smaller; clear: both}
.bottommenu a { color: gray; text-decoration: underline; }
.bottommenu.serverinfo { text-align:right; padding:5px; }
.bottommenu.serverinfo .icon { color:#a0a0a0; font:1.5em serif; padding:0 4px; }
.bottommenu.serverinfo .icon { color:#a0a0a0; font:1.5em serif; padding:0 2px; }
.bottommenu.serverinfo .content { display:none; }
.bottommenu.serverinfo:hover .content { display:inline; }

View File

@@ -54,5 +54,5 @@
dict(year=datetime.datetime.now().timetuple()[0])}
</p>
<p class="bottommenu">REDDIT and the ALIEN Logo are registered trademarks of Advance Magazine Publishers Inc.</p>
<p class="bottommenu serverinfo"><span class="icon">&pi;</span><span class="content">Rendered by PID ${g.reddit_pid} on ${g.reddit_host} running ${g.short_version}.</span></p>
<p class="bottommenu serverinfo"><span class="icon">&pi;</span>&nbsp<span class="content">Rendered by PID ${g.reddit_pid} on ${g.reddit_host} running ${g.short_version}.</span></p>
</div>