Style footnotes.
This commit is contained in:
		
							parent
							
								
									efbf6cfc0c
								
							
						
					
					
						commit
						775c88d67a
					
				| @ -119,6 +119,23 @@ body { | ||||
| 
 | ||||
|         } | ||||
|     } | ||||
| 
 | ||||
|     .footnote_reference { | ||||
|         vertical-align: super; | ||||
|         font-size: 80%; | ||||
|         > a { | ||||
|             text-decoration: none; | ||||
|         } | ||||
|     } | ||||
| 
 | ||||
|     .footnote_definition { | ||||
|         .label { | ||||
|             text-decoration: none; | ||||
|         } | ||||
|         .definition { | ||||
|             display: inline; | ||||
|         } | ||||
|     } | ||||
| } | ||||
| 
 | ||||
| /* A stand-alone blog post (not in a blog stream). */ | ||||
|  | ||||
| @ -1 +1 @@ | ||||
| <sup><a id="{.reference_id}" href="{.definition_link}">{.label}</a></sup> | ||||
| <sup class="footnote_reference"><a id="{.reference_id}" href="{.definition_link}">{.label}</a></sup> | ||||
|  | ||||
| @ -1 +1 @@ | ||||
| <div><sup><a id="{.definition_id}" href="{.reference_link}">{.label}</a></sup><div>{#.contents}{>ast_node/}{/.contents}</div></div> | ||||
| <div class="footnote_definition"><a id="{.definition_id}" href="{.reference_link}" class="label">{.label}.</a> <div class="definition">{#.contents}{>ast_node/}{/.contents}</div></div> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Tom Alexander
						Tom Alexander