diff options
| author | Teddy Wing | 2014-03-30 13:01:42 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2014-03-30 13:01:42 -0400 | 
| commit | ac429d43a996010bbd8f05bdde2cfc0e3b33a90d (patch) | |
| tree | c1bfb1f4138cfebb36f51df165ca9add3e7ab3d4 | |
| parent | 420cd14f7bc70e66cc2f5ad216892a2c1243398c (diff) | |
| download | chrome-copy-urls-from-all-tabs-ac429d43a996010bbd8f05bdde2cfc0e3b33a90d.tar.bz2 | |
Style URL page header
| -rw-r--r-- | chrome-get-urls-from-tabs-in-windows.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/chrome-get-urls-from-tabs-in-windows.html b/chrome-get-urls-from-tabs-in-windows.html index 3d2fbf8..23bc74e 100644 --- a/chrome-get-urls-from-tabs-in-windows.html +++ b/chrome-get-urls-from-tabs-in-windows.html @@ -6,7 +6,7 @@  	<style>  		textarea { width: 600px; height: 900px; font-size: 13px; line-height: 1.6; } -		#header { font-weight: bold; } +		#header { font: bold 18px Helvetica, sans-serif; }  	</style>  </head>  <body> | 
