coding style
This commit is contained in:
		
							parent
							
								
									70c3245a45
								
							
						
					
					
						commit
						2f6c3b5832
					
				
					 1 changed files with 10 additions and 5 deletions
				
			
		|  | @ -78,12 +78,17 @@ classes = { | ||||||
| element_styles = { | element_styles = { | ||||||
|                 'u'             : ';text-decoration: underline', |                 'u'             : ';text-decoration: underline', | ||||||
|                 'em'            : ';font-style: oblique', |                 'em'            : ';font-style: oblique', | ||||||
|                 'cite'          : '; background-color:rgb(170,190,250); font-style: oblique', |                 'cite'          : '; background-color:rgb(170,190,250);' | ||||||
|  |                                   'font-style: oblique', | ||||||
|                 'li'            : '; margin-left: 1em; margin-right: 10%', |                 'li'            : '; margin-left: 1em; margin-right: 10%', | ||||||
|                 'strong'        : ';font-weight: bold', |                 'strong'        : ';font-weight: bold', | ||||||
|                 'pre'           : '; background-color:rgb(190,190,190); font-family: monospace; white-space: pre; margin-left: 1em; margin-right: 10%', |                 'pre'           : '; background-color:rgb(190,190,190);' | ||||||
|                 'kbd'           : ';background-color:rgb(210,210,210);font-family: monospace', |                                   'font-family: monospace; white-space: pre;' | ||||||
|                 'blockquote': '; background-color:rgb(170,190,250); margin-left: 2em; margin-right: 10%', |                                   'margin-left: 1em; margin-right: 10%', | ||||||
|  |                 'kbd'           : ';background-color:rgb(210,210,210);' | ||||||
|  |                                   'font-family: monospace', | ||||||
|  |                 'blockquote'    : '; background-color:rgb(170,190,250);' | ||||||
|  |                                   'margin-left: 2em; margin-right: 10%', | ||||||
|                 'dt'            : ';font-weight: bold; font-style: oblique', |                 'dt'            : ';font-weight: bold; font-style: oblique', | ||||||
|                 'dd'            : ';margin-left: 2em; font-style: oblique' |                 'dd'            : ';margin-left: 2em; font-style: oblique' | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue