From ee6685eef368fdd21c4916b32a0ad26880146cce Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Wed, 7 Jan 2009 23:20:53 -0500 Subject: [PATCH] fixed css so prioritize links don't make a horizontal scroll bar --- index.html | 2 +- tasks.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 73f1c77..886dfba 100644 --- a/index.html +++ b/index.html @@ -41,7 +41,7 @@

Queued tasks

-
Jason hasn't started on these yet, so you can change them if you want. At some point you'll also be able to prioritize them.
+
Jason hasn't started on these yet. You can use the arrows to set the priority order. Jason will do the top one first.
diff --git a/tasks.css b/tasks.css index d3c63f8..a9a6de1 100644 --- a/tasks.css +++ b/tasks.css @@ -31,7 +31,7 @@ .updown_links { position: absolute; top: -7px; - right: -10000px; + right: 10000px; width: 200px; height: 20px; border: 1px solid black; -- 1.7.10.4