Commit 6878f55620796d0bd8160ba0df298ea0ae060fc2
1 parent
86b18139
Exists in
master
and in
4 other branches
Bigger file name for commits diff
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
app/assets/stylesheets/sections/commits.scss
| @@ -77,7 +77,7 @@ | @@ -77,7 +77,7 @@ | ||
| 77 | @extend .clearfix; | 77 | @extend .clearfix; |
| 78 | padding: 5px 5px 5px 10px; | 78 | padding: 5px 5px 5px 10px; |
| 79 | color: #555; | 79 | color: #555; |
| 80 | - border-bottom:1px solid #D8D8D8; | 80 | + border-bottom:1px solid #CCC; |
| 81 | background: #eee; | 81 | background: #eee; |
| 82 | background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #eee), to(#dfdfdf)); | 82 | background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #eee), to(#dfdfdf)); |
| 83 | background-image: -webkit-linear-gradient(#eee 6.6%, #dfdfdf); | 83 | background-image: -webkit-linear-gradient(#eee 6.6%, #dfdfdf); |
| @@ -86,19 +86,19 @@ | @@ -86,19 +86,19 @@ | ||
| 86 | 86 | ||
| 87 | > span { | 87 | > span { |
| 88 | font-family: $monospace; | 88 | font-family: $monospace; |
| 89 | - font-size:12px; | 89 | + font-size:14px; |
| 90 | line-height: 30px; | 90 | line-height: 30px; |
| 91 | } | 91 | } |
| 92 | - | 92 | + |
| 93 | a.view-commit{ | 93 | a.view-commit{ |
| 94 | font-weight: bold; | 94 | font-weight: bold; |
| 95 | } | 95 | } |
| 96 | - | 96 | + |
| 97 | .commit-short-id{ | 97 | .commit-short-id{ |
| 98 | font-family: $monospace; | 98 | font-family: $monospace; |
| 99 | font-size: smaller; | 99 | font-size: smaller; |
| 100 | } | 100 | } |
| 101 | - | 101 | + |
| 102 | .file-mode{ | 102 | .file-mode{ |
| 103 | font-family: $monospace; | 103 | font-family: $monospace; |
| 104 | } | 104 | } |
| @@ -147,7 +147,7 @@ | @@ -147,7 +147,7 @@ | ||
| 147 | border: 1px solid #0C0; | 147 | border: 1px solid #0C0; |
| 148 | } | 148 | } |
| 149 | } | 149 | } |
| 150 | - | 150 | + |
| 151 | .image-info{ | 151 | .image-info{ |
| 152 | margin: 5px 0 0 0; | 152 | margin: 5px 0 0 0; |
| 153 | } | 153 | } |