diff options
author | Arun Persaud <arun@nubati.net> | 2011-11-19 16:01:27 -0800 |
---|---|---|
committer | Arun Persaud <apersaud@lbl.gov> | 2011-11-19 16:01:27 -0800 |
commit | 09c105d8a343e0c58fe18075abaf3af9a6f80115 (patch) | |
tree | 919c70f6e8403768a66b8ead433bb03524d80890 /include/output.php | |
parent | da63cd918a46e4ce8916c21b0b20bf8ef1bf5a7a (diff) | |
download | e-DoKo-09c105d8a343e0c58fe18075abaf3af9a6f80115.tar.gz e-DoKo-09c105d8a343e0c58fe18075abaf3af9a6f80115.tar.bz2 e-DoKo-09c105d8a343e0c58fe18075abaf3af9a6f80115.zip |
LAYOUT: fixed some css issues in the new layout
* totals were displayed too low
* personal notes were too low
* text for points for person on the bottom was on top of the div for the card instead of at the bottom
Diffstat (limited to 'include/output.php')
-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 1d1a71f..f66a1d2 100644 --- a/include/output.php +++ b/include/output.php @@ -379,7 +379,7 @@ function output_header() <meta name="viewport" content="width=device-width; initial-scale=1.0;" /> <link rel="shortcut icon" href="pics/edoko-favicon.png" /> <link rel="stylesheet" href="css/normalize.css?v=1" /> - <link rel="stylesheet" href="css/standard.css?v=38" /> + <link rel="stylesheet" href="css/standard.css?v=39" /> <link rel="stylesheet" href="css/dateinput.css?v=1"/> <script type="text/javascript" src="include/jquery.js"> </script> <script type="text/javascript" src="include/jquery.tablesorter.js"></script> |