aboutsummaryrefslogtreecommitdiffstats
path: root/chrome-get-urls-from-tabs-in-windows.html
diff options
context:
space:
mode:
authorTeddy Wing2014-03-30 13:04:58 -0400
committerTeddy Wing2014-03-30 13:04:58 -0400
commit6cf6a0ed3c18e28e76a37eb2fbfec7700936a594 (patch)
tree3ed765d6106be55a1ff3f08bdf06a92eb33c828e /chrome-get-urls-from-tabs-in-windows.html
parentf297163939809ad8b1ebb0402bf945dc66221834 (diff)
downloadchrome-copy-urls-from-all-tabs-6cf6a0ed3c18e28e76a37eb2fbfec7700936a594.tar.bz2
Use monospace type in textarea
Diffstat (limited to 'chrome-get-urls-from-tabs-in-windows.html')
-rw-r--r--chrome-get-urls-from-tabs-in-windows.html2
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>