跳转到内容

Template:重庆轨道交通出口标志/styles.css

维基百科,自由的百科全书
div.crt-exit {
	display: inline-block;
	padding: 4px;
	line-height: 0.5;
	background-color: #FFD700;
}

div.crt-exit > p {
	margin: 0;
	white-space: nowrap;
	user-select: all;
}

div.crt-exit > p > *:first-child:not(:last-child) {
	margin-right: 4px;
}

.crt-exit-descender img {
	margin-bottom: -4px
}