Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Forum needs Critiquing: Single Column Style
I used the basic explanation from DevLounge about how to incorporate vanilla into a wordpress design. All though, mine is a bit different as my content width is 500. So, it severely constricted the room for the actual post with the panel on the side. My eventual goal is to make a second panel.php file to go on the bottom of the page and then take the Who's Online extension and break it out of the list style into just name, name, name style so that it fits the width. Or - another thought it is to go with how my blog (http://www.bryangarvin.com) is laid out at the bottom, so that the panel would be broken up into 2 200px columns. Anyone willing to give me a few tips and hints on how to accomplish this, I'd be very very appreciative.
Really, I'd like to move the panel to the bottom all together, but after about 4 hours of tweaking different peices of CSS and looking up and down different themed php files, I just gave up.
Regardless, here is the link. I want to make a few more changes, but for the purpose of getting it critiqued, here is the link: http://www.bryangarvin.com/vanilla/
0
This discussion has been closed.
Comments
I can't figure out why that space is there in between the navigation and the header.
When displayed by default (inline), an image is considered as text and will be on the same baseline as most (text) characters except there is space reserved under the baseline for letters like q, g, p or y.
As a block, the behavio(u)r is completely different: if not inline, no need anymore for "a few more pixels in case this inline flow would need it".
You can add to this image (and close the < i m g /> tag as it should be in Xhtml 1.0 Strict). And in the stylesheet: BTW, border="0" and align="center" have nothing to do in a Xhtml 1.0 Strict document.
EDIT:
aaaayyyyy
that's it