diff options
author | Arun Persaud <arun@nubati.net> | 2008-06-07 09:01:08 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-06-07 09:06:39 -0700 |
commit | 6437c15bdaac379a15d7e6392122f027d8254ec6 (patch) | |
tree | 76515c0c9b10ab0521d7099cdf4cc237cc284d06 /include/output.php | |
parent | a3d89274e8e3664959316b851d3cc7fc037d6e07 (diff) | |
download | e-DoKo-6437c15bdaac379a15d7e6392122f027d8254ec6.tar.gz e-DoKo-6437c15bdaac379a15d7e6392122f027d8254ec6.tar.bz2 e-DoKo-6437c15bdaac379a15d7e6392122f027d8254ec6.zip |
LAYOUT: fixed the layout of the userpage a bit
the size of the whole page is wider now and the middle column of the table is fixed to a certain width.
Signed-off-by: Arun Persaud <arun@nubati.net>
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 8292467..e57ed04 100644 --- a/include/output.php +++ b/include/output.php @@ -270,7 +270,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/standard007.css" /> + <link rel="stylesheet" type="text/css" href="css/standard008.css" /> <script type="text/javascript"> var current=0; function hl(num) { |