diff options
author | Arun Persaud <arun@nubati.net> | 2008-09-13 09:23:34 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-09-13 09:51:25 -0700 |
commit | b0430639c8bb809dc46252ad240bb883a0937527 (patch) | |
tree | 444eaa79b852a4fedc7e661ba59cddbb8569dd74 /css | |
parent | dca957af7210156af72555bb8544fde47e756376 (diff) | |
download | e-DoKo-b0430639c8bb809dc46252ad240bb883a0937527.tar.gz e-DoKo-b0430639c8bb809dc46252ad240bb883a0937527.tar.bz2 e-DoKo-b0430639c8bb809dc46252ad240bb883a0937527.zip |
BUGFIX: added missing icons for rules
made some very simple icons for displaying the rules
Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'css')
-rw-r--r-- | css/standard011.css (renamed from css/standard010.css) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/css/standard010.css b/css/standard011.css index 5e36e22..90abd69 100644 --- a/css/standard010.css +++ b/css/standard011.css @@ -430,6 +430,9 @@ div.session div.sessionscore div{ div.session div.sessionscore:hover div{ display:block; } +div.session img.rulesicon { + height: 1em; +} .scoretable{ height:20em; |