MediaWiki:Common.css
From HaskellWiki
(Difference between revisions)
(table.wikitable) |
|||
| (One intermediate revision not shown.) | |||
| Line 1: | Line 1: | ||
| - | |||
| - | |||
/* table.wikitable */ | /* table.wikitable */ | ||
| Line 28: | Line 26: | ||
margin-left: inherit; | margin-left: inherit; | ||
margin-right: inherit; | margin-right: inherit; | ||
| + | } | ||
| + | |||
| + | pre.haskell | ||
| + | { | ||
| + | margin-left: 2em; | ||
} | } | ||
Current revision
/* table.wikitable */ table.wikitable { margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaaaaa solid; border-collapse: collapse; } table.wikitable th, table.wikitable td { border: 1px #aaaaaa solid; padding: 0.2em; } table.wikitable th { background: #f2f2f2; text-align: center; } table.wikitable caption { margin-left: inherit; margin-right: inherit; } pre.haskell { margin-left: 2em; }
