Template:XFD backlog/styles.css

Permanently protected template
From Wikipedia, the free encyclopedia
/* {{pp-template}} */
.xfd-backlog {
	font-size: 92%;
	text-align: center;
}

.xfd-backlog tr td:last-child {
	font-weight: bold;
}

@media (min-width: 720px) {
	.xfd-backlog {
		width: 20em;
		margin: 0 1em 1em 1em;
	}

	.xfd-backlog-right {
		float: right;
		margin: 0 0 1em 1em;
		clear: right;
	}
	
	.xfd-backlog-left {
		float: left;
		margin: 0 1em 1em 0;
	}
}