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 /include | |
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 'include')
-rw-r--r-- | include/output.php | 2 |
1 files changed, 1 insertions, 1 deletions
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() <title>e-Doko</title> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type" /> <link rel="shortcut icon" type="image/x-icon" href="pics/edoko-favicon.png" /> - <link rel="stylesheet" type="text/css" href="css/standard027.css" /> + <link rel="stylesheet" type="text/css" href="css/standard028.css" /> <script type="text/javascript" src="include/jquery.js"> </script> <script type="text/javascript" src="include/jquery.tablesorter.js"></script> <script type="text/javascript" src="include/game.js"> </script> |