diff options
author | Jason Blevins <jrblevin@sdf.lonestar.org> | 2008-10-29 23:21:25 -0400 |
---|---|---|
committer | Jason Blevins <jrblevin@sdf.lonestar.org> | 2008-10-29 23:23:00 -0400 |
commit | 621c3209b03eb86407b703a72ec80c7c59ebc144 (patch) | |
tree | a841ab5835ec5cfc3681470a9f2f152cb4d62fce /doc/todo | |
parent | 1be6b0a6275917d12fd2a10da7f0d6dceab6f5fb (diff) |
Suggest user stylesheets
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/provide_inline_diffs_in_recentchanges.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/provide_inline_diffs_in_recentchanges.mdwn b/doc/todo/provide_inline_diffs_in_recentchanges.mdwn index 7724576f5..39a35d0c6 100644 --- a/doc/todo/provide_inline_diffs_in_recentchanges.mdwn +++ b/doc/todo/provide_inline_diffs_in_recentchanges.mdwn @@ -1,3 +1,8 @@ It would rock if I could view diffs from the web without going via feeds. I envision toggle-style buttons on the recentchanges page, or just links to the CGI, which then displays the diff... --[[madduck]] +> The diffs are actually there, enabled by the `recentchangesdiff` +> plugin, but they are hidden in the XHTML version by the stylesheet. +> You might try a user stylesheet with `div.diff { display: block }`. +> --[[JasonBlevins]] + [[!tag wishlist]] |