mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Adjust cellspacing attribute of the navigation bar tables to get some
space between cells on all (major) browsers.
This commit is contained in:
		
							parent
							
								
									3c7ce60f1f
								
							
						
					
					
						commit
						cce8d2a85a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -112,7 +112,7 @@ $BLANK_ICON = "\n<td>" . img_tag('blank.' . $IMAGE_TYPE) . "</td>"; | ||||||
| $NAV_BGCOLOR = " bgcolor=\"#99CCFF\""; | $NAV_BGCOLOR = " bgcolor=\"#99CCFF\""; | ||||||
| 
 | 
 | ||||||
| sub make_nav_panel{ | sub make_nav_panel{ | ||||||
|     ("<table width=\"100%\" cellpadding=0 cellspacing=0>\n<tr>" |     ("<table width=\"100%\" cellpadding=0 cellspacing=2>\n<tr>" | ||||||
|      . "\n<td>$NEXT</td>" |      . "\n<td>$NEXT</td>" | ||||||
|      . "\n<td>$UP</td>" |      . "\n<td>$UP</td>" | ||||||
|      . "\n<td>$PREVIOUS</td>" |      . "\n<td>$PREVIOUS</td>" | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Fred Drake
						Fred Drake