From 6521e1d46f2541a7144c28e39e0a25bfea62a880 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Tue, 29 Jun 2010 21:53:08 -0700 Subject: [PATCH] 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. --- css/{standard027.css => standard028.css} | 1 - include/output.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) rename css/{standard027.css => standard028.css} (99%) diff --git a/css/standard027.css b/css/standard028.css similarity index 99% rename from css/standard027.css rename to 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; } diff --git a/include/output.php b/include/output.php index 13bc6f7..23c9199 100644 --- a/include/output.php +++ b/include/output.php @@ -376,7 +376,7 @@ function output_header() e-Doko - + -- 2.34.1