added cc license information (rdf) to footer

templatewriter rewritten
rss feed of trac integrated
This commit is contained in:
lars 2007-01-04 18:24:26 +00:00
parent fde9fb5996
commit bbe38e4649
12 changed files with 310 additions and 59 deletions

View file

@ -196,3 +196,28 @@ ol.toc li {
ol.toc a {
text-decoration: none;
}
/* recent changes (rss feed) */
ul.recent_changes {
padding-left: 0;
list-style-type: none;
}
ul.recent_changes li {
}
ul.recent_changes li h3 {
font-size: 0.9em;
margin: 2px;
text-decoration: none;
}
ul.recent_changes li h3 a {
text-decoration: none;
}
ul.recent_changes li p.date {
padding: 2px 2px 0 2px;
font-size: 0.8em;
}