diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2012-01-11 01:53:37 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2012-01-11 01:53:37 +0100 |
commit | ecf1527951881fefa55738eb6a6fc668680ef681 (patch) | |
tree | b5e75ac9c0fc46b5e84d8a17dec6d1b9f616ebf3 /static/css | |
parent | d49358409d9e02ce258a6c52b700dbfbcc48a67e (diff) | |
download | kosten-ecf1527951881fefa55738eb6a6fc668680ef681.tar.gz kosten-ecf1527951881fefa55738eb6a6fc668680ef681.tar.bz2 kosten-ecf1527951881fefa55738eb6a6fc668680ef681.zip |
Make the 'In Summa' clickable again -- also it is now possible to click on the category expenses to unroll the details
Diffstat (limited to '')
-rw-r--r-- | static/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css index 9731684..d308227 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -95,7 +95,7 @@ img { font-weight: bold; } -div.detail > .heading { +div.detail .heading { font-weight: bold; cursor: pointer; } |