Pretty compare mode
This commit is contained in:
parent
40c6d87175
commit
a7aee9d1ee
2 changed files with 26 additions and 18 deletions
|
@ -303,9 +303,14 @@
|
|||
|
||||
|
||||
.commits-compare-switch{
|
||||
background: url('switch_icon.png');
|
||||
background: url("switch_icon.png") no-repeat center center;
|
||||
width: 16px;
|
||||
height: 18px;
|
||||
text-indent: -9999px;
|
||||
display: inline-block;
|
||||
}
|
||||
float: left;
|
||||
margin-right: 9px;
|
||||
border: 1px solid #DDD;
|
||||
@include border-radius(4px);
|
||||
padding: 4px;
|
||||
background-color: #EEE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue