Skip to content

Commit

Permalink
Fix look of website thumbnails.
Browse files Browse the repository at this point in the history
  • Loading branch information
pledbrook committed Apr 21, 2012
1 parent dbc7bc8 commit be12291
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web-app/css/new/section.css
Expand Up @@ -267,7 +267,7 @@
}

.artifacts .webSite {
min-height: 230px;
overflow-y: hidden;
}

.artifacts .webSite a {
Expand All @@ -283,9 +283,9 @@
}

.webSiteThumbnail {
margin-top: 10px;
margin: 10px 0;
width: 300px;
max-height: 230px;
max-height: 200px;
overflow: hidden;
}

Expand Down

0 comments on commit be12291

Please sign in to comment.