You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

taryneast comments on Project Ideas for the London Hackday - Less Wrong Discussion

6 Post author: Alexandros 20 March 2011 10:44PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (31)

You are viewing a single comment's thread. Show more comments above.

Comment author: taryneast 21 March 2011 05:39:56PM *  2 points [-]

hmmm - won't format nice but still:

main.css line 424

#side-status div.userinfo span.score { -moz-border-radius: 12px; -webkit-border-radius: 12px; -khtml-border-radius: 12px; border-radius: 12px; height: 22px; line-height: 22px; margin: 0 3px 0 0; font-weight: bold; text-align: center; min-width: 22px; background:#538d4d; color: white; }

also - you can remove the other ".score" CSS rule too.. now superfluous.

PS - won't work in IE... but do we care?