Handling big commits & big diff

This commit is contained in:
Dmitriy Zaporozhets 2012-04-06 01:00:15 +03:00
parent 17a88bb6a2
commit 86676476e6
7 changed files with 85 additions and 53 deletions

View file

@ -17,9 +17,15 @@ a {
&.lined {
text-decoration:underlined;
}
&.supp_diff_link {
text-align:center;
padding:20px 0;
background:#f1f1f1;
width:100%;
float:left;
}
}
.btn {
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), color-stop(25%, #f1f1f1), to(#e6e6e6));
background-image: -webkit-linear-gradient(#f1f1f1, #f1f1f1 25%, #e6e6e6);