Skip to content

Commit

Permalink
Migration
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon committed Jan 21, 2011
1 parent 916aaef commit 303c1fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion public/stylesheets/staff.css
Expand Up @@ -120,7 +120,11 @@ div#wrapper div.bio a {
margin: 20px 0;
text-decoration: none;
}
div#wrapper div.bio a.department { border-bottom: 1px solid #acbb4a; }
div#wrapper div.bio a.department {
border-bottom: 1px solid #acbb4a;
color: #222222;
display: inline;
}
form label {
color: #222222;
font-weight: bold;
Expand Down
2 changes: 2 additions & 0 deletions public/stylesheets/staff.less
Expand Up @@ -193,6 +193,8 @@ div#wrapper
a.department
{
border-bottom:1px solid #ACBB4A;
color:#222;
display:inline;
}
}
}
Expand Down

0 comments on commit 303c1fa

Please sign in to comment.