Hi folks,
I seem to remember that someone posted a patch to the wiki's CSS that will stop the lists from looking ugly. I can't find that patch, though.
Can someone point me at it?
Cheers, Kai
On Wednesday 10 October 2007 11:35:57 Kai Blin wrote:
Hi folks,
I seem to remember that someone posted a patch to the wiki's CSS that will stop the lists from looking ugly. I can't find that patch, though.
Can someone point me at it?
John Klehm pointed me at a post from Mitchell Mebane (at http://www.winehq.org/pipermail/wine-devel/2007-August/058622.html)
Someone care to give that a spin?
Cheers, Kai
On Fri, 2007-10-12 at 21:29 +0200, Kai Blin wrote:
John Klehm pointed me at a post from Mitchell Mebane (at http://www.winehq.org/pipermail/wine-devel/2007-August/058622.html)
Someone care to give that a spin?
I've implemented the feature, but I don't think it helps. Can someone test it out, and maybe suggest an alternate solution if problem still persists?
On Saturday 13 October 2007 00:44:46 Dimi Paun wrote:
On Fri, 2007-10-12 at 21:29 +0200, Kai Blin wrote:
John Klehm pointed me at a post from Mitchell Mebane (at http://www.winehq.org/pipermail/wine-devel/2007-August/058622.html)
Someone care to give that a spin?
I've implemented the feature, but I don't think it helps. Can someone test it out, and maybe suggest an alternate solution if problem still persists?
Durn, you're right, that didn't fix it. :/
Kai
Dimi Paun wrote:
On Fri, 2007-10-12 at 21:29 +0200, Kai Blin wrote:
John Klehm pointed me at a post from Mitchell Mebane (at http://www.winehq.org/pipermail/wine-devel/2007-August/058622.html)
Someone care to give that a spin?
I've implemented the feature, but I don't think it helps. Can someone test it out, and maybe suggest an alternate solution if problem still persists?
Sorry, in terms of help here I've got nothing but whining :(
Thanks, Scott Ritchie
Scott Ritchie wrote:
Dimi Paun wrote:
On Fri, 2007-10-12 at 21:29 +0200, Kai Blin wrote:
John Klehm pointed me at a post from Mitchell Mebane (at http://www.winehq.org/pipermail/wine-devel/2007-August/058622.html)
Someone care to give that a spin?
I've implemented the feature, but I don't think it helps. Can someone test it out, and maybe suggest an alternate solution if problem still persists?
Sorry, in terms of help here I've got nothing but whining :(
Thanks, Scott Ritchie
I've offered a few times to help work on the website, provided we had a plan and worked together to achieve it. I hope I didn't come across as whining, because that was never my intention. I just feel there are a number of improvements which can be made to the website/wiki/appdb and it would likely be a better outcome if the efforts were coordinated. In my previous posts I attempted to identify what I felt were potential problem areas, to encourage others to provide their input and hopefully get some dialog. I think the Wine pages need a bit of a face lift, and the HTML could use some improvement too when it comes to conforming to the spec and accessibility. If others agree or disagree, I'd like to hear about it, so that we can - together - identify what we feel are and aren't problem areas. Then we can determine if the tasks at hand are large enough to warrant coordination or are better left to singular efforts. I look forward to hearing other people's thoughts.
---Alex
On Fri, 2007-10-12 at 16:56 -0700, Scott Ritchie wrote:
Sorry, in terms of help here I've got nothing but whining :(
I know, that's always fun... :/
Anyway, it's fixed now. Please check it out (you need to Refresh to reload the new CSS). Let me know if there are any more problems.
Dimi Paun wrote:
On Fri, 2007-10-12 at 16:56 -0700, Scott Ritchie wrote:
Sorry, in terms of help here I've got nothing but whining :(
I know, that's always fun... :/
Anyway, it's fixed now. Please check it out (you need to Refresh to reload the new CSS). Let me know if there are any more problems.
Hmm, interesting that my quick suggestion didn't work. I guess Firebug was playing tricks on me... I looked at it again yesterday, and I'm not sure why the list wasn't inheriting the properties. Firebug said it in fact had the right style, but it wasn't showing up.
Anyway, you've got it almost right. It's still a bit cramped, but if you add a
.table-of-contents li { line-height: 20px; }
to screen.css it will look the same as the preview.
--Mitchell Mebane
On Sun, 2007-10-14 at 15:02 -0500, Mitchell Mebane wrote:
Anyway, you've got it almost right. It's still a bit cramped, but if you add a
.table-of-contents li { line-height: 20px; }
to screen.css it will look the same as the preview.
OK, it's in now, do people like it better?