Skip to content

Commit

Permalink
fix bottom border on fading out articles
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Jan 1, 2013
1 parent 01647d6 commit e879454
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies" : {
"JSONStream" : "~0.4.3",
"ecstatic" : "~0.3.0",
"glog" : "~0.0.2",
"glog" : "~0.0.3",
"hyperglue" : "~0.0.0",
"single-page" : "~0.0.0",
"catch-links" : "~0.0.0",
Expand Down
7 changes: 5 additions & 2 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,11 @@ body {
}

.article.summary {
max-height: 300px;
position: relative;
}

.article.summary .inner {
max-height: 300px;
overflow-y: hidden;
}

Expand All @@ -303,7 +306,7 @@ body {
display: block;
height: 100px;
position: absolute;
bottom: 0px;
bottom: 5px;
left: 5px;
right: 5px;

Expand Down

0 comments on commit e879454

Please sign in to comment.