Re: moin 1.2 table gridlines
Roger Haase <[email protected]>
| Newsgroups | gmane.comp.web.wiki.moin.devel |
|---|---|
| Message-ID | <[email protected]> |
--- Reimar Bauer <[email protected]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Dear all > > I would like to have back the simple table gridlines of 1.1 > Now always I see double lines between cells. > I hope this could be configured somewhere. > > regards > Reimar > I am using the following in a theme which just overrides the classic css. It eliminates the double lines in Mozilla (border-spacing: 0px) and IE6 (border-collapse: collapse). It may need tweaking for other browsers. CSS code follows: ''' table { border: 2px solid #EDD097; border-spacing: 0px; border-collapse: collapse; margin-bottom: 1em; } } th {border: 1px solid #EDD097; padding: 4px; } td {border: 1px solid #EDD097; padding: 4px; } ''' Roger Haase __________________________________ Do you Yahoo!? Yahoo! Search - Find what youre looking for faster http://search.yahoo.com ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click