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

From blackwiki
Jump to navigation Jump to search
imported>Nardog
imported>Þjarkur
(Excessive width)
 
Line 1: Line 1:
 
.lettersbox {
 
.lettersbox {
 
clear: none;
 
clear: none;
 +
width: 12em;
 
}
 
}
  

Latest revision as of 16:54, 27 February 2021

.lettersbox {
	clear: none;
	width: 12em;
}

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

.lettersbox th {
	text-align: center;
}

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