Add title attribute to link karma in header bar.

This commit is contained in:
xPaw
2012-04-17 10:57:57 -07:00
committed by Logan Hanks
parent c408f832b8
commit 3380be62cc
2 changed files with 6 additions and 2 deletions

View File

@@ -248,7 +248,11 @@ ul.flat-vert {text-align: left;}
background-image: url(../modmailgray.png); /* SPRITE */
}
.user {color: gray;}
.user .userkarma {
cursor: help;
font-weight: bold;
border-bottom: 1px dotted gray;
}
.pagename {
font-weight: bold;

View File

@@ -76,7 +76,7 @@
%else:
<span class="user">
${plain_link(c.user.name, "/user/%s/" % c.user.name, _sr_path=False)}
&nbsp;(<b>${c.user.safe_karma}</b>)
&nbsp;(<span class="userkarma" title="${_("link karma")}">${c.user.safe_karma}</span>)
</span>
${separator("|")}