MediaWiki:Common.css: Difference between revisions

From Usenet Big-8 Management Board
Alba (talk | contribs)
Created page with "CSS placed here will be applied to all skins: *<pre><nowiki>: table.big8Table { border-collapse:collapse; padding:4px; margin:4px; } table.big8Table th { paddin..."
(No difference)

Revision as of 13:19, 2 February 2011

/* CSS placed here will be applied to all skins */
/**<pre><nowiki>*/

table.big8Table {
  border-collapse:collapse;
  padding:4px;
  margin:4px;
}

table.big8Table th {
  padding:4px;
  border:1px solid black;
  background:lightgray;
}

table.big8Table td {
  padding:4px;
  border:1px solid gray;
}

/**</nowiki></pre>*/