Added the visualisation of the old revisions of a page.

This commit is contained in:
Loic d'Anterroches
2008-11-23 11:12:16 +01:00
parent 8eb5715656
commit d9ffac099f
4 changed files with 45 additions and 1 deletions

View File

@@ -589,3 +589,12 @@ p.desc {
padding: 4px;
width: 60%;
}
div.old-rev {
padding: 1em 1em 0.1em 1em;
margin-bottom: 1em;
background-color: #bbe394;
width: 40%;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}