From 5a10b138d19dfb1db49301b7170fdc015930c3b2 Mon Sep 17 00:00:00 2001 From: Gerald Raab Date: Mon, 11 Jun 2007 15:48:13 +0000 Subject: [PATCH] --- skin/vilesci.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/skin/vilesci.css b/skin/vilesci.css index 0af4e3f5d..0905cdfc9 100644 --- a/skin/vilesci.css +++ b/skin/vilesci.css @@ -661,4 +661,9 @@ input, textarea, select background-color:#FC988D; width:100%; text-align:center; +} + +/* Sortable tables */ +table.sortable thead { + cursor: pointer; } \ No newline at end of file