forked from HPR/hpr_generator
		
	use html definition list for latest lists
This commit is contained in:
		| @@ -199,7 +199,7 @@ img { | ||||
| 	height: auto; | ||||
| } | ||||
|  | ||||
| ul { | ||||
| dl, ul { | ||||
| 	padding-left: 1.15rem; | ||||
| } | ||||
|  | ||||
| @@ -210,8 +210,21 @@ li { | ||||
| li:last-child { | ||||
| 	margin-bottom: 0.25rem; | ||||
| } | ||||
| a { | ||||
| 	text-decoration: none; | ||||
|  | ||||
| dt, dd { | ||||
| 	line-height: 1.25; | ||||
| } | ||||
|  | ||||
| dt { | ||||
|     display: list-item; | ||||
|     list-style-type: disc; | ||||
| 	margin-bottom: 0.15rem; | ||||
| } | ||||
|  | ||||
| dd { | ||||
| 	margin-bottom: 0.35rem; | ||||
| 	margin-left: 1rem; | ||||
| } | ||||
| 	color: var(--link-primary); | ||||
| } | ||||
| a:hover { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user