diff options
author | Arun Persaud <arun@nubati.net> | 2010-06-29 21:53:08 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2010-06-29 21:53:08 -0700 |
commit | 6521e1d46f2541a7144c28e39e0a25bfea62a880 (patch) | |
tree | 4d66b789ab7f09c4960cc61fd1333dc21489c512 /css | |
parent | 8550cac6f9bedbd9219d898f7b3de731bf1cb2b2 (diff) | |
download | e-DoKo-6521e1d46f2541a7144c28e39e0a25bfea62a880.tar.gz e-DoKo-6521e1d46f2541a7144c28e39e0a25bfea62a880.tar.bz2 e-DoKo-6521e1d46f2541a7144c28e39e0a25bfea62a880.zip |
LAYOUT: fixed issue on user page when one player is on vacation
used to have two floats, but when the second one went over two lines (due to vacation message)
the layout didn't show up correctly anymore when collapsed.
Diffstat (limited to 'css')
-rw-r--r-- | css/standard028.css (renamed from css/standard027.css) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/css/standard027.css b/css/standard028.css index 0af0e3b..bd34cb3 100644 --- a/css/standard027.css +++ b/css/standard028.css @@ -538,7 +538,6 @@ div.user ul li:first-child { } .user .turn { padding-left: 1em; - float: left; width: 20em; } |