mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-05 03:00:15 -04:00
Add title attribute to link karma in header bar.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
%else:
|
||||
<span class="user">
|
||||
${plain_link(c.user.name, "/user/%s/" % c.user.name, _sr_path=False)}
|
||||
(<b>${c.user.safe_karma}</b>)
|
||||
(<span class="userkarma" title="${_("link karma")}">${c.user.safe_karma}</span>)
|
||||
</span>
|
||||
|
||||
${separator("|")}
|
||||
|
||||
Reference in New Issue
Block a user