Difference between revisions of "Template:Letters with diacritic/styles.css"

From blackwiki
Jump to navigation Jump to search
imported>Nardog
imported>Nardog
Line 5: Line 5:
 
}
 
}
  
.lettersbox td[colspan] {
+
.lettersbox th {
 
font-size: 50%;
 
font-size: 50%;
 
}
 
}
  
.lettersbox tr:not(:first-child) td[colspan] {
+
.lettersbox tr:not(:first-child) th {
 
border-top: 1px solid #a2a9b1;
 
border-top: 1px solid #a2a9b1;
 
}
 
}

Revision as of 06:09, 29 July 2019

.lettersbox td {
	text-align: center;
	font-size: 200%;
	padding: 0.25em 0.1em;
}

.lettersbox th {
	font-size: 50%;
}

.lettersbox tr:not(:first-child) th {
	border-top: 1px solid #a2a9b1;
}