Skip to content

Instantly share code, notes, and snippets.

@piotrb
Created February 6, 2012 05:03
Show Gist options
  • Save piotrb/1749772 to your computer and use it in GitHub Desktop.
Save piotrb/1749772 to your computer and use it in GitHub Desktop.
#feature_list tr.beta .status {
font-weight: bold;
color: #000066;
}
#feature_list tr.dev .status {
font-weight: bold;
color: #990000;
}
#feature_list tr.alpha .status {
font-weight: bold;
color: #660066;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment