View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#222
Another question...
If I want change the my Nickname to something like "Me" (in hebrew language = "אני") , I need back to this post ?

I need play with this block ?
Code:
 * the Name field
 */
span.MessageNameField.Self {
  color:#4169E1;
  word-wrap: break-word;
  vertical-align: middle;
}
change that to something like:
Code:
 * the Name field
 */
span.MessageNameField.אני {
  color:#4169E1;
  word-wrap: break-word;
  vertical-align: middle;
}
?
Thanks