aboutsummaryrefslogtreecommitdiffstats
path: root/chrome-get-urls-from-tabs-in-windows.html
diff options
context:
space:
mode:
authorTeddy Wing2014-03-30 18:43:46 -0400
committerTeddy Wing2014-03-30 18:43:46 -0400
commit6f988f83e450c22ab6c1d5fee7dab237181a3dbd (patch)
treee823f21dbc211c24ea682cce4741f50133399482 /chrome-get-urls-from-tabs-in-windows.html
parentd239f03dcef8afe7f727b758e7c55c2f99c9c6a7 (diff)
downloadchrome-copy-urls-from-all-tabs-6f988f83e450c22ab6c1d5fee7dab237181a3dbd.tar.bz2
Page: reduce height of textarea in accordance with link
Now that the download link is moved, reduce the size of the 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 a19819a..648062e 100644
--- a/chrome-get-urls-from-tabs-in-windows.html
+++ b/chrome-get-urls-from-tabs-in-windows.html
@@ -6,7 +6,7 @@
<style>
html, body { height: 100%; font-family: Helvetica, sans-serif; }
- textarea { width: 600px; height: 90%; font: 13px/1.6 Courier, monospace; }
+ textarea { width: 600px; height: 85%; font: 13px/1.6 Courier, monospace; }
#header { font-size: 18px; font-weight: bold; }
</style>