[MIG] document_page: Migration to 13.0

This commit is contained in:
ernesto
2019-11-07 15:26:37 -05:00
committed by Justine Doutreloux
parent 4cf81af527
commit c181491259
23 changed files with 108 additions and 150 deletions

View File

@@ -1,28 +0,0 @@
table.diff {
font-family: Courier;
border: medium;
}
table.diff .diff_header {
background-color: #e0e0e0
}
table.diff td.diff_header {
text-align: right
}
table.diff .diff_next {
background-color:#c0c0c0
}
table.diff .diff_add {
background-color:#aaffaa
}
table.diff .diff_chg {
background-color:#ffff77
}
table.diff .diff_sub {
background-color:#ffaaaa
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View File

@@ -0,0 +1,28 @@
table.diff {
font-family: Courier;
border: medium;
.diff_header {
background-color: #e0e0e0
}
td.diff_header {
text-align: right
}
.diff_next {
background-color:#c0c0c0
}
.diff_add {
background-color:#aaffaa
}
.diff_chg {
background-color:#ffff77
}
.diff_sub {
background-color:#ffaaaa
}
}