I love what Wikimedia and Openhatch did with some of their mailman pages: https://lists.wikimedia.org/mailman/listinfo/cabal-l http://lists.openhatch.org/mailman/listinfo/events/ The code for Openhatch's is at https://github.com/aldeka/eventslist and if anyone is interested I could also try to digg up Wikimedia's. It'd be lovely if we could improve the layout of our mailman pages too. Reproducible: Always
I made a public git repository at http://kete.ninth.su/neverland.git It needs the site's CSS/HTML classes/IDs for the following: * float the logo to the right and make sure the content starts below the Twitter header. * if there is a global class for italics, please replace inline italics. * I did not include the mailman images at the bottom. Their list needs the following li tag CSS rules: ** display: inline; ** list-style-type: none;
* floating: class "pull-right" or "pull-left" * italics per se are done with emphazise, so putting them into <em> tags
added the pull-right class and added rules for the other styles that I mentioned