diff options
author | Arun Persaud <arun@nubati.net> | 2010-11-21 00:13:21 -0800 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2010-11-21 00:13:21 -0800 |
commit | 36eab6602319754c0cba608c8ba3ddfca075abe9 (patch) | |
tree | 20bb23362a920496bca0c68c02b2b3a1d158722a | |
parent | 8081366305110a2b8cd66e0fea33db479deeb4c0 (diff) | |
download | e-DoKo-36eab6602319754c0cba608c8ba3ddfca075abe9.tar.gz e-DoKo-36eab6602319754c0cba608c8ba3ddfca075abe9.tar.bz2 e-DoKo-36eab6602319754c0cba608c8ba3ddfca075abe9.zip |
fixed typo in CSS, simpler naming scheme
-rw-r--r-- | css/standard.css (renamed from css/standard028.css) | 2 | ||||
-rw-r--r-- | include/output.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/css/standard028.css b/css/standard.css index bd34cb3..a3bb40e 100644 --- a/css/standard028.css +++ b/css/standard.css @@ -643,7 +643,7 @@ table.stats thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { padding-top: 1em; } -.login p, { +.login p { padding: 0.1em 0.1em 0.15em; } .login h4 { diff --git a/include/output.php b/include/output.php index a53e5c9..1f67bd1 100644 --- a/include/output.php +++ b/include/output.php @@ -379,7 +379,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/standard028.css" /> + <link rel="stylesheet" type="text/css" href="css/standard.css?v=29" /> <link rel="stylesheet" type="text/css" 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> |