diff options
author | Arun Persaud <arun@nubati.net> | 2010-02-02 20:19:43 -0800 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2010-02-02 20:19:43 -0800 |
commit | e2d7a3291f85403b4faf6f8be7e30caeefb0c1a3 (patch) | |
tree | c3ad9d93845facafb88651d33c7e6a4083e4696f /css | |
parent | ba7d92fad7b3ac0cfe4a6733339aa474991315a2 (diff) | |
download | e-DoKo-e2d7a3291f85403b4faf6f8be7e30caeefb0c1a3.tar.gz e-DoKo-e2d7a3291f85403b4faf6f8be7e30caeefb0c1a3.tar.bz2 e-DoKo-e2d7a3291f85403b4faf6f8be7e30caeefb0c1a3.zip |
highlight the call if this is the last round where you can make this call
also added some more comments
Diffstat (limited to 'css')
-rw-r--r-- | css/standard023.css (renamed from css/standard022.css) | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/css/standard022.css b/css/standard023.css index 79dfeea..7c84507 100644 --- a/css/standard022.css +++ b/css/standard023.css @@ -649,4 +649,8 @@ div.table div img.gravatar, img.gravatar { width: 4em; height: 4em; border: 3px solid #aaa; -}
\ No newline at end of file +} + +.highcall { + background-color: #fc3; +} |