Skip to content

Commit

Permalink
Bigger file name for commits diff
Browse files Browse the repository at this point in the history
  • Loading branch information
dzaporozhets committed Nov 19, 2012
1 parent 86b1813 commit 6878f55
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/assets/stylesheets/sections/commits.scss
Expand Up @@ -77,7 +77,7 @@
@extend .clearfix;
padding: 5px 5px 5px 10px;
color: #555;
border-bottom:1px solid #D8D8D8;
border-bottom:1px solid #CCC;
background: #eee;
background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #eee), to(#dfdfdf));
background-image: -webkit-linear-gradient(#eee 6.6%, #dfdfdf);
Expand All @@ -86,19 +86,19 @@

> span {
font-family: $monospace;
font-size:12px;
font-size:14px;
line-height: 30px;
}

a.view-commit{
font-weight: bold;
}

.commit-short-id{
font-family: $monospace;
font-size: smaller;
}

.file-mode{
font-family: $monospace;
}
Expand Down Expand Up @@ -147,7 +147,7 @@
border: 1px solid #0C0;
}
}

.image-info{
margin: 5px 0 0 0;
}
Expand Down

0 comments on commit 6878f55

Please sign in to comment.