Difference between revisions of "MediaWiki:Common.css"

From HaskellWiki
Jump to navigation Jump to search
(haskell code margin)
 
Line 30: Line 30:
 
pre.haskell
 
pre.haskell
 
{
 
{
margin-left: 4em;
+
margin-left: 2em;
 
}
 
}

Latest revision as of 10:47, 19 March 2006

/* 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;
}