After a default install yesterday, and adding a few users, this page is not rendered correctly: http://localhost:3000/users
For example: http://i43.tinypic.com/21nikyd.jpg This is my first foray into CSS, so pardon my grammar, but here goes. Digging in, I compared CSS attributes from my default install against this demo site: http://demo.communityengine.org/users First, I see that this box around a user listing in my default install, (generated by the first line of the community_engine/app/views/users/_user.html.haml partial) <div class="hentry yui-gf row"> ..does not inherit a chunk of style that the demo site does, specifically: div.user_list .row {screen.c...223051019 (line 793) border:1px solid #CCCCCC; margin:1em 0 1.5em; padding:0.5em; } Also, the next div down: <div class="vchard author"> ..is missing this chunk of style: div.user_list div.vcard {screen.c...223051019 (line 801) width:100%; } Further in, a UL element enclosed by these divs (printing the user's join date) is missing this chunk of style: div.user_list div.vcard ul {screen.c...223051019 (line 803) font-size:85%; margin-left:0; } Am I on to something here? Is this supposed to work out-of-the-box, or did I miss an installation item? thx! Mike --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CommunityEngine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/communityengine?hl=en -~----------~----~----~----~------~----~------~--~---
