]> matita.cs.unibo.it Git - helm.git/commitdiff
fix
authorEnrico Tassi <enrico.tassi@inria.fr>
Thu, 22 Dec 2005 10:18:31 +0000 (10:18 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Thu, 22 Dec 2005 10:18:31 +0000 (10:18 +0000)
helm/matita/scripts/public_html/bench.php
helm/matita/scripts/public_html/style.css

index 31596cc64e7a4c6fc696097a384b65a704d80034..2f3fe5da450771e1b6b23950aa6c5b95b562c458 100644 (file)
@@ -139,7 +139,7 @@ function links_of($name,$q,$limits){
     </td>
   </tr>
   <tr>
-    <td><input type="submit" value="Submit"/></td>
+    <td><input type="submit" value="Submit" class="button" /></td>
   </tr>
  </table>
 </form>
index 36b505e75a699e38016b4ae55735ff4e59ac4cc2..093af1bb7cc8e44d1f2414c3be911e3435d4d1c5 100644 (file)
@@ -3,7 +3,19 @@ body {
   font-size: 12pt;
 }
 
-a {
-  border: solid blue;
+a, .button {
+  border: 2px outset gray;
   text-decoration: none;
+  background-color: silver;
+  color: black;
+  cursor:pointer;
+}
+
+li {
+  margin-bottom: 5pt;
+  
+}
+
+ul {
+  list-style-type: upper-roman;
 }