Difference between revisions of "Module:Sports rbr table/styles.css"

From blackwiki
Jump to navigation Jump to search
blackwiki>Frietjes
(first draft of templatestyles for Module:sports rbr table)
 
blackwiki>Frietjes
Line 1: Line 1:
.sportsrbrtable table {
+
table {
 
text-align:center;
 
text-align:center;
 
}
 
}
  
.sportsrbrtable td {
+
td {
 
padding:1px;
 
padding:1px;
 
}
 
}

Revision as of 15:53, 17 August 2018

table {
	text-align:center;
}

td {
	padding:1px;
}

.sportsrbrtable-rnd th {
	width:15px;
}

.sportsrbrtable-rnd-sort th {
	width:15px;
	border-bottom:none;
}

.sportsrbrtable-rnd-toggle th {
	border-top:none;
	height:1.2ex;
}

.sportsrbrtable-team td {
	text-align:left;
	padding:inherit;
}