diff options
| author | Teddy Wing | 2014-03-30 13:04:58 -0400 |
|---|---|---|
| committer | Teddy Wing | 2014-03-30 13:04:58 -0400 |
| commit | 6cf6a0ed3c18e28e76a37eb2fbfec7700936a594 (patch) | |
| tree | 3ed765d6106be55a1ff3f08bdf06a92eb33c828e | |
| parent | f297163939809ad8b1ebb0402bf945dc66221834 (diff) | |
| download | chrome-copy-urls-from-all-tabs-6cf6a0ed3c18e28e76a37eb2fbfec7700936a594.tar.bz2 | |
Use monospace type in textarea
| -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> |
