Difference between revisions of "MediaWiki:Common.css"

From HaskellWiki
Jump to navigation Jump to search
(table.wikitable)
 
(haskell code margin)
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: 4em;
 
}
 
}

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: 4em;
}