Skip to content

Commit

Permalink
Merge branch 'between-matches'
Browse files Browse the repository at this point in the history
  • Loading branch information
kellegous committed Jan 31, 2015
2 parents fdfec5d + 18c397a commit acf68a5
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions pub/assets/css/hound.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,16 +239,15 @@ button:focus {

.file {
margin: 10px 0 20px;
border: 1px solid #d8d8d8;
border-radius: 3px;
border: 1px solid #d8d8d8;
}

.file > .title {
padding: 10px 10px 10px 20px;
display: block;
line-height: 30px;
background-color: #f5f5f5;
border-bottom: 1px solid #d8d8d8;
}

.title a {
Expand Down Expand Up @@ -282,6 +281,18 @@ button:focus {
overflow: auto;
}

.match {
border-bottom: 2px solid #f0f0f0;
}

.match:first-child {
border-top: 1px solid #d8d8d8;
}

.match:last-child {
border-bottom: 1px solid #d8d8d8;
}

.match > .line {
white-space: pre;
}
Expand All @@ -298,6 +309,14 @@ button:focus {
color: #aaa;
}

.match > .line:last-child > .lnum {
padding-bottom: 8px;
}

.match > .line:first-child > .lnum {
padding-top: 8px;
}

.match > .line > .lnum:hover {
text-decoration: underline;
background-color: #eee;
Expand Down

0 comments on commit acf68a5

Please sign in to comment.