diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2010-07-05 21:16:35 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2010-07-05 21:16:35 +0200 |
commit | 06efdf58f406cee872a7993a0b5446c639697418 (patch) | |
tree | 8e2d9207506832a300b445d6e19d279365f4fc3b /static | |
parent | ea14f46429fc6262f3806ecec748f1945a0e6169 (diff) | |
download | kosten-06efdf58f406cee872a7993a0b5446c639697418.tar.gz kosten-06efdf58f406cee872a7993a0b5446c639697418.tar.bz2 kosten-06efdf58f406cee872a7993a0b5446c639697418.zip |
change cursor
Diffstat (limited to '')
-rw-r--r-- | static/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css index 81a563a..56abd29 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -73,6 +73,11 @@ img.right { div.detail > .heading { font-weight: bold; + cursor: pointer; +} + +div.detail > .mark { + cursor: pointer; } |