diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-13 05:00:17 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-13 05:00:17 +0000 |
commit | 8be54ee23baa879257841ef3cfca3b3b868c5c66 (patch) | |
tree | 348492b68d1392f1b6db228907ab7ad1d171b58d | |
parent | eec289e281c86fcaf290a5e22073a010d9c5a208 (diff) |
web commit by http://solair.livejournal.com/: Request CSS class attribute for span tags on broken wikilinks.
-rw-r--r-- | doc/todo/more_class__61____34____34___for_css.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/todo/more_class__61____34____34___for_css.mdwn b/doc/todo/more_class__61____34____34___for_css.mdwn index 064b6b35d..8f0dd4609 100644 --- a/doc/todo/more_class__61____34____34___for_css.mdwn +++ b/doc/todo/more_class__61____34____34___for_css.mdwn @@ -59,3 +59,7 @@ added after an inlined page (namely: the post date, the tags, and the actions): >>> especially noticable with big files. This was also confirmed by someone else, for example, >>> see this [thread](http://six.pairlist.net/pipermail/markdown-discuss/2006-August/000152.html) >>> --[[Roktas]] + +I'd like a class attribute on the `<span>` tag surrounding wikilinks +that refer to non-existent pages, in Ikiwiki.pm:htmllink, so that such +broken links can be styled more dramatically with CSS. --Jamey |