From: Jason Woofenden Date: Thu, 8 Jan 2009 04:20:53 +0000 (-0500) Subject: fixed css so prioritize links don't make a horizontal scroll bar X-Git-Url: https://jasonwoof.com/gitweb/?p=contractor-progress.git;a=commitdiff_plain;h=ee6685eef368fdd21c4916b32a0ad26880146cce fixed css so prioritize links don't make a horizontal scroll bar --- 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;