Minimal dl CSS.
This commit is contained in:
		
							parent
							
								
									998f5f8dc0
								
							
						
					
					
						commit
						3880c231e4
					
				
					 1 changed files with 19 additions and 0 deletions
				
			
		|  | @ -321,3 +321,22 @@ body.conservancy-supporter #navbar ul li.supporter a | |||
|    width: 200px; | ||||
|    font-size: 12px; | ||||
| } | ||||
| 
 | ||||
| dl { | ||||
|     border: 3px double #ccc; | ||||
|     padding: 0.5em; | ||||
| } | ||||
| dt { | ||||
|     float: left; | ||||
|     clear: left; | ||||
|     width: 100px; | ||||
|     text-align: right; | ||||
|     font-weight: bold; | ||||
|     color: green; } | ||||
| dt:after { | ||||
|     content: ":"; | ||||
| } | ||||
| dd { | ||||
|     margin: 0 0 0 110px; | ||||
|     padding: 0 0 0.5em 0; | ||||
| } | ||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bradley M. Kuhn
						Bradley M. Kuhn