MediaWiki:Common.css: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Dinoguy1000
m (Hmm, let's try this...)
imported>Dinoguy1000
(We got the borders to collapse, now work on spacing and padding...)
Line 6: Line 6:


table.graf, table.graf th, table.graf td {
table.graf, table.graf th, table.graf td {
margin: 1em 1em 1em 0;
  border-style: solid;
  border-style: solid;
  border-color: black;
  border-color: black;
  border-width: 1px;
  border-width: 1px;
  border-collapse: collapse
  border-collapse: collapse;
}
 
table.graf th, table.graf td {
padding: 0.2em;
}</nowiki></pre>
}</nowiki></pre>

Revision as of 18:59, 3 August 2007

/*

Always check with the [http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwiki.xentax.com%2Findex.php%3Ftitle%3DMediaWiki%3ACommon.css%26action%3Draw%26ctype%3Dtext%2Fcss&warning=1&profile=css21&usermedium=all CSS Validation Service] after any changes.

<pre><nowiki>*/

table.graf, table.graf th, table.graf td {
 margin: 1em 1em 1em 0;
 border-style: solid;
 border-color: black;
 border-width: 1px;
 border-collapse: collapse;
}

table.graf th, table.graf td {
 padding: 0.2em;
}</nowiki></pre>