fix gray CSS background in edit view+discussion
this is because of *css content on grouppatternlanguage.org. the display:inline stuff.
Ah, so...I need to "uninline" blocks within?
--John Abbe.....Wed Dec 22 18:56:57 -0800 2010
hard to say without digging in. I'm not sure why that was done in the first place (and what will be undone by uninlining).
--Ethan McCutchen.....Thu Dec 23 10:54:38 -0800 2010
It was to inline the Pointers to save space, e.g. "Permission: not reviewed" on http://grouppatternlanguage.org/wagn/anticipation-image-2
I tuned it to ignore edit mode by changing div.RIGHT-permission_statu to div.RIGHT-permission_statu[item="link"]
CSS is annoying, but gets less so as I wrap my head around it.
--John Abbe.....Thu Dec 23 15:18:57 -0800 2010