Closed (fixed)
Project:
Stasis
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 Dec 2008 at 04:58 UTC
Updated:
7 Mar 2010 at 11:51 UTC
Jump to comment: Most recent file
But not quite. It's got small css & xhtml issues. Nice looking theme though. Any thoughts about http://www.sidar.org/hera/index.php.en
| Comment | File | Size | Author |
|---|
Comments
Comment #1
mgiffordJust one accessibility error here too http://wave.webaim.org/
Comment #2
peterx commentedhttp://d-theme.com/stasis has the theme and a bunch of validation links. The headings in the sidebar start at h2 and create a nesting error. You could make them divs or spans.
The blue text, #809BCA, does not have enough contrast for visually impaired people. Something lighter would help. #c0doff, works on my screen.
Comment #3
Christopher Herberte commentedfixed
Comment #4
mgiffordGreat. Glad to hear. I look forward to checking out the new theme.
Comment #5
peterx commented@mgifford Latest version, dec 13, up at http://d-theme.com/stasis.
Comment #6
mgiffordLooks good thanks!
Comment #7
wmfinck commentedI am having a problem with a site I am putting up using Stasis. Originally the Primary Links were in the header area, on the bar supplied in the header-bg.png file. For some reason they are now down below the header, above the content. I find no setting for this, and cannot determine how this happened.
The site is http://cardioprim.com and I modified the CSS to make it 960 pixels wide, but that is not the problem (I did that long before the problem appeared). Even when I restore the original template files, the problem persists.
Any suggestions would be much appreciated. Thank you!
Comment #8
Christopher Herberte commentedTry this:
#header-right {
width:auto;
}
Comment #9
wmfinck commentedPerfect, thanks! Drove me crazy.
Comment #10
Christopher Herberte commented