Fixed issue 55, improvements for the wiki.

This commit is contained in:
Loic d'Anterroches
2008-11-25 21:59:57 +01:00
parent b528bf356c
commit 82ed55f1a0
4 changed files with 27 additions and 2 deletions

View File

@@ -599,6 +599,20 @@ div.old-rev {
-webkit-border-radius: 5px;
}
div.deprecated-page {
padding: 1em 1em 0.1em 3em;
margin-bottom: 1em;
background: url("../img/warning-large.png");
background-repeat: no-repeat;
background-position: 1em 1em;
font-size: 120%;
background-color: #bbe394;
width: 40%;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.delp {
float: right;
position: relative;

Binary file not shown.

After

Width:  |  Height:  |  Size: 954 B