Supply different versions to browse

This commit is contained in:
Leigh Morresi
2021-02-01 12:39:15 +01:00
parent 118814912f
commit 3e934e8f8c
3 changed files with 72 additions and 19 deletions

View File

@@ -32,12 +32,17 @@ ins {
}
#settings {
line-height: 2em;
background: rgba(0,0,0,.05);
padding: 1em;
border-radius: 10px;
margin-bottom: 1em;
color: #fff;
font-size: 80%;
}
#settings label {
margin-left: 1em;
display: inline-block;
font-weight: normal;
}
.source {
@@ -53,7 +58,7 @@ ins {
}
#diff-ui {
background: #fff;
background: #fff;
padding: 2em;
margin: 1em;
border-radius: 5px;