2014-10-13 17:26:49 -04:00
|
|
|
.modal.history-modal {
|
|
|
|
button {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
#display-modes {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#revision-numbers {
|
|
|
|
line-height: 2em;
|
|
|
|
}
|
|
|
|
#revision-details {
|
2017-06-11 22:20:14 -04:00
|
|
|
background-color: $primary-low;
|
2014-10-13 17:26:49 -04:00
|
|
|
padding: 5px;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
img {
|
|
|
|
max-width: 95%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
}
|