+doc #17613 document persistence schema evolution

This commit is contained in:
Konrad Malawski 2015-07-22 16:25:17 +02:00 committed by Konrad Malawski
parent 20352562e1
commit 270c566fea
31 changed files with 5334 additions and 19 deletions

View file

@ -178,3 +178,6 @@ strong {color: #0B5567; }
.section-marker { position: absolute; width: 1em; margin-left: -1em; display: block; text-decoration: none; visibility: hidden; text-align: center; font-weight: normal; }
.section-marker:hover { text-decoration: none; }
.section h2:hover > a,.section h3:hover > a,.section h4:hover > a,.section h5:hover > a { visibility: visible; }
div.align-center { width: 100%; text-align: center; }
p.caption { width: 80%; text-align: justify; font-size: 0.95em; font-style: italic; position: relative; left: 10%; }