diff options
-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> |