User:Avdmeers/wiki/components.css

From 2008.igem.org

< User:Avdmeers | wiki
Revision as of 01:20, 29 October 2008 by Avdmeers (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

#components {
	margin: 0 auto;
	padding: 0.5em 1.5em;
	border: 1px solid #ccc7dd;
	width: 70em;
}

#components ul {display: table;margin: 0 auto;}
#components li {
	padding: 0;
	display: table-cell;
	text-align: center;
	width: 100px;
	border-right: 1px solid #ccc7dd;
}
#components li:last-child  {border-right: none;}
#components li a {display: block;width: inherit;}

#components img {display: block;height: 40px;width: 40px;margin: 0 auto;}