Handling big commits & big diff
This commit is contained in:
parent
17a88bb6a2
commit
86676476e6
7 changed files with 85 additions and 53 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue