Commit 6878f55620796d0bd8160ba0df298ea0ae060fc2

Authored by Dmitriy Zaporozhets
1 parent 86b18139

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 77 @extend .clearfix;
78 78 padding: 5px 5px 5px 10px;
79 79 color: #555;
80   - border-bottom:1px solid #D8D8D8;
  80 + border-bottom:1px solid #CCC;
81 81 background: #eee;
82 82 background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #eee), to(#dfdfdf));
83 83 background-image: -webkit-linear-gradient(#eee 6.6%, #dfdfdf);
... ... @@ -86,19 +86,19 @@
86 86  
87 87 > span {
88 88 font-family: $monospace;
89   - font-size:12px;
  89 + font-size:14px;
90 90 line-height: 30px;
91 91 }
92   -
  92 +
93 93 a.view-commit{
94 94 font-weight: bold;
95 95 }
96   -
  96 +
97 97 .commit-short-id{
98 98 font-family: $monospace;
99 99 font-size: smaller;
100 100 }
101   -
  101 +
102 102 .file-mode{
103 103 font-family: $monospace;
104 104 }
... ... @@ -147,7 +147,7 @@
147 147 border: 1px solid #0C0;
148 148 }
149 149 }
150   -
  150 +
151 151 .image-info{
152 152 margin: 5px 0 0 0;
153 153 }
... ...