From: <var...@us...> - 2009-01-24 13:16:22
|
Revision: 6441 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6441&view=rev Author: vargenau Date: 2009-01-24 11:32:28 +0000 (Sat, 24 Jan 2009) Log Message: ----------- First tr is no longer a header Modified Paths: -------------- trunk/themes/MonoBook/main.css Modified: trunk/themes/MonoBook/main.css =================================================================== --- trunk/themes/MonoBook/main.css 2009-01-24 11:29:46 UTC (rev 6440) +++ trunk/themes/MonoBook/main.css 2009-01-24 11:32:28 UTC (rev 6441) @@ -1838,42 +1838,41 @@ .interwiki .wikipage, i .interwiki, em .interwiki { font-style: normal; } /* - * table class="boxed" + * table class="boxed" * will put a border around the table (but not around the cells) * * table class="bordered" * will put a border around the table and the cells - * - * In both cases, the caption will be bold and centered under - * the table * - * In both cases, the headers will have a "#d8d8d8" background - * A header is a "th", or the first row of the table + * In both cases, the caption will be bold and centered under the table + * + * In both cases, the headers (th) will have a "#d8d8d8" background */ -table.boxed, table.bordered, table.bordered th, table.bordered td { - border-width: 1px; - border-style: solid; +table.boxed, table.bordered, table.bordered th, table.bordered td { + border-width: 1px; + border-style: solid; border-collapse: collapse; - vertical-align: top; + vertical-align: top; } -table.boxed td, table.bordered td, -table.boxed th, table.bordered th { - padding: 5px; +table.boxed td, table.bordered td, +table.boxed th, table.bordered th { + padding-left: 5px; + padding-right: 5px; + padding-top: 0px; + padding-bottom: 0px; } -table.boxed caption, table.bordered caption { +table.boxed caption, table.bordered caption { text-align: center; - font-weight: bold; + font-weight: bold; caption-side: bottom; padding-top: 0.8em; } table.boxed th, table.bordered th, -table.boxed tbody:first-child tr:first-child, -table.bordered tbody:first-child tr:first-child { font-weight: bold; background-color: #d8d8d8; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |