diff options
author | Arun Persaud <arun@nubati.net> | 2008-06-08 10:29:20 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-06-08 10:29:20 -0700 |
commit | 36b10f3b006cfc919fdb657e1f06f41969082f0e (patch) | |
tree | f1a91f45332c6ca19eb5605778485b2cd4d4661b /css | |
parent | 02b7328ec7f2c4d9eb7862553da000f386830017 (diff) | |
download | e-DoKo-36b10f3b006cfc919fdb657e1f06f41969082f0e.tar.gz e-DoKo-36b10f3b006cfc919fdb657e1f06f41969082f0e.tar.bz2 e-DoKo-36b10f3b006cfc919fdb657e1f06f41969082f0e.zip |
BUGIFX: notes are now available during every phase of the game
you can now take notes also during the pre-game phase.
Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'css')
-rw-r--r-- | css/standard008.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/standard008.css b/css/standard008.css index efae674..46b738c 100644 --- a/css/standard008.css +++ b/css/standard008.css @@ -440,6 +440,7 @@ table.score { height:10em; overflow: auto; + z-index:50; } .user { margin-left:25%;margin-right:5%; } |