added cc license information (rdf) to footer
templatewriter rewritten rss feed of trac integrated
This commit is contained in:
parent
fde9fb5996
commit
bbe38e4649
12 changed files with 310 additions and 59 deletions
25
gfx/main.css
25
gfx/main.css
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue