]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/scripts/public_html/style.css
fix
[helm.git] / helm / matita / scripts / public_html / style.css
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;
 }