summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2010-06-29 21:53:08 -0700
committerArun Persaud <arun@nubati.net>2010-06-29 21:53:08 -0700
commit6521e1d46f2541a7144c28e39e0a25bfea62a880 (patch)
tree4d66b789ab7f09c4960cc61fd1333dc21489c512
parent8550cac6f9bedbd9219d898f7b3de731bf1cb2b2 (diff)
downloade-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.
-rw-r--r--css/standard028.css (renamed from css/standard027.css)1
-rw-r--r--include/output.php2
2 files changed, 1 insertions, 2 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;
}
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>