make 'interview' and 'project' tags red

This commit is contained in:
joshua stein 2013-02-20 10:58:29 -06:00
parent d0459974cd
commit 97831574f1

View file

@ -44,22 +44,27 @@ div.s {
} }
a.tag { a.tag {
border: 1px solid #b8b599; border: 1px solid #d5d458;
background-color: #fffcd7; background-color: #fffcd7;
font-size: 7.5pt; font-size: 7.5pt;
margin-left: 0.25em; margin-left: 0.25em;
padding: 0px 0.5em 1px 0.5em; padding: 0px 0.5em 1px 0.5em;
text-decoration: none; text-decoration: none;
-moz-border-radius: 10px; -moz-border-radius: 10px;
-webkit-border-radius: 10px; -webkit-border-radius: 10px;
border-radius: 10px; border-radius: 10px;
color: #555; color: #555;
vertical-align: text-top; vertical-align: text-top;
} }
a.tag_pdf, a.tag_video { a.tag_pdf, a.tag_video {
background-color: #F5D1FA; background-color: #f5d1fa;
border-color: #A26DC8; border-color: #a26dc8;
}
a.tag_project, a.tag_interview {
background-color: #f9ddde;
border-color: #f0b2b8;
} }
span.fakea { span.fakea {