All pastes #2106001 Raw Edit

Stuff

public css v1 · immutable
#2106001 ·published 2012-01-25 11:22 UTC
rendered paste body
div.chantable {	display: table;	margin-left: auto;	margin-right: auto;}div.chanrow {	display: table-row;	padding: 5px;	margin: 5px;}div.chancell {	display: table-cell;}div.chancellinner {	margin: 10px;	border: 1px solid gray;	padding: 0;}div.chancellhdr {	padding: 5px;	background: #3e7eae;	color: white;	font-weight: bold;}div.chancellbody {	padding: 10px;	color: black;	background: white;}