fixed typo in CSS, simpler naming scheme
authorArun Persaud <arun@nubati.net>
Sun, 21 Nov 2010 08:13:21 +0000 (00:13 -0800)
committerArun Persaud <arun@nubati.net>
Sun, 21 Nov 2010 08:13:21 +0000 (00:13 -0800)
css/standard.css [moved from css/standard028.css with 99% similarity]
include/output.php

similarity index 99%
rename from css/standard028.css
rename to css/standard.css
index bd34cb3ecc9c8dd7a778f01c041030a10c3a9b47..a3bb40e33c05a6f97fa7a338859b08ea3a772794 100644 (file)
@@ -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 {
index a53e5c96472529929138f8c322d1a53c57f94d2a..1f67bd1aa88b022e95545cba245a8e7f042318e7 100644 (file)
@@ -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>