Open external links in new tabs, set correct dates for RSS feed
This commit is contained in:
parent
6502979225
commit
1830a5f64d
7 changed files with 47 additions and 39 deletions
|
@ -135,12 +135,19 @@ div.fic h1 span.ficnoprelim {
|
|||
font-size: 0.6em;
|
||||
}
|
||||
|
||||
div.fic h1 span.abandoned {
|
||||
div.fic h1 span.abandoned, div.fic h1 span.incomplete {
|
||||
font-weight: normal;
|
||||
background-color: #9c0000;
|
||||
color: white;
|
||||
}
|
||||
|
||||
div.fic h1 span.abandoned {
|
||||
background-color: #9c0000;
|
||||
}
|
||||
|
||||
div.fic h1 span.incomplete {
|
||||
background-color: #8ab60b;
|
||||
}
|
||||
|
||||
div.fic ul.ficlinks li, div.fic ul.ficmeta li {
|
||||
list-style: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue