Skip to content

Commit

Permalink
fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Ngo committed Feb 5, 2013
1 parent 40f4fd4 commit 9d69850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions media/css/base.css
Expand Up @@ -193,11 +193,10 @@ ul.subpage-list {
padding: 0;
line-height: 1.2em; }
.people h2 {
font-size: 0.9em;
margin: 0;
padding: 0;
line-height: 1.2em;
margin-bottom: 5px;
margin-bottom: 1em;
color: #646464; }
.people img {
float: left;
Expand Down
3 changes: 1 addition & 2 deletions media/css/base.scss
Expand Up @@ -253,11 +253,10 @@ ul.subpage-list {
line-height: 1.2em;
}
h2 {
font-size: 0.9em;
margin: 0;
padding: 0;
line-height: 1.2em;
margin-bottom: 5px;
margin-bottom: 1em;
color: $gray;
}
img {
Expand Down

0 comments on commit 9d69850

Please sign in to comment.