Skip to content

Instantly share code, notes, and snippets.

@rbreve
Created May 30, 2011 18:37
Show Gist options
  • Save rbreve/999275 to your computer and use it in GitHub Desktop.
Save rbreve/999275 to your computer and use it in GitHub Desktop.
.iamstudent {
background-color: #439e52;
-khtml-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border-style: none;
float: right;
margin-right: 170px;
}
.iamstudent:hover {
text-decoration: none;
background-color: #2c6e37;
}
.iamteacher:hover {
text-decoration: none;
background-color: #337dbd;
}
.iamteacher {
background-color: #46a0f0;
text-decoration: none;
border-style: none;
margin-left: 140px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment