diff options
| -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> |
