Add support for date

This commit is contained in:
Fabrice Niessen 2015-04-24 15:39:37 +02:00
parent cb98b1a396
commit f3f9591db5
1 changed files with 6 additions and 0 deletions

View File

@ -1561,6 +1561,12 @@ nav.stickynav{
margin-bottom: 0px;
}
#postamble .date {
font-size: 90%;
margin-bottom: 0px;
color: #27AE60;
}
#postamble .creator,#postamble .validation {
display:none;
}