Further code that we can remove now that image diff is gone

Fixes #1115
This commit is contained in:
Joseph Schorr 2016-01-04 14:31:46 -05:00
parent 0ca01e5ae4
commit 48eef7859c
5 changed files with 0 additions and 638 deletions

View file

@ -1,47 +0,0 @@
.image-changes-view .change-count {
font-size: 16px;
display: inline-block;
margin-right: 10px;
}
.image-changes-view .change-count b {
font-weight: normal;
margin-left: 6px;
vertical-align: middle;
}
.image-changes-view .changes-container .well {
border: 0px;
}
.image-changes-view .changes-container i.fa-plus-square {
color: rgb(73, 209, 73);
}
.image-changes-view .changes-container i.fa-minus-square {
color: rgb(209, 73, 73);
}
.image-changes-view .changes-container i.fa-pencil-square {
color: rgb(73, 100, 209);
}
.image-changes-view .change-count:last-child {
margin-right: 0px;
}
.image-changes-view .change-count i {
font-size: 16px;
vertical-align: middle;
}
.image-changes-view .change i {
float: right;
vertical-align: middle;
margin-left: 4px;
}
.image-changes-view .more-changes {
padding: 6px;
text-align: right;
}