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 23bc74e..a45f70a 100644 --- a/chrome-get-urls-from-tabs-in-windows.html +++ b/chrome-get-urls-from-tabs-in-windows.html @@ -4,7 +4,7 @@ <title>Chrome Copy URLs From All Tabs</title> <style> - textarea { width: 600px; height: 900px; font-size: 13px; line-height: 1.6; } + textarea { width: 600px; height: 900px; font: 13px/1.6 Courier, monospace; } #header { font: bold 18px Helvetica, sans-serif; } </style> |
