Add basic versioning history support for master view
as with actual data versioning, we only support Person thus far
This commit is contained in:
parent
7340ef1f9b
commit
0b68d56ddb
7 changed files with 354 additions and 6 deletions
|
@ -75,8 +75,12 @@ header .global .feedback {
|
|||
margin-right: 1em;
|
||||
}
|
||||
|
||||
header .page h1 {
|
||||
header .page {
|
||||
border-bottom: 1px solid lightgrey;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
header .page h1 {
|
||||
margin: 0;
|
||||
padding: 0 0 0 0.5em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue