]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/matita/matitaweb.css
Matitaweb:
[helm.git] / matitaB / matita / matitaweb.css
index 4b4f2a7d9606e8634cf677d8b05f456c67b1611f..cc9629e87b45d30c366fee215bc772378ab3fb87 100644 (file)
@@ -191,7 +191,7 @@ div.toolbar {
        margin-left: auto;
        margin-right: auto;
        height:100%; 
-       width:300px;
+       width:350px;
         float:left; 
 }
 
@@ -219,8 +219,8 @@ div.scriptarea {
        margin-right: auto;*/
        height:100%; 
        width:67%;
-        min-width:67%;
-        max-width:67%;
+/*        min-width:67%;
+        max-width:67%; */
         float:left;
 }
 
@@ -233,8 +233,8 @@ div.sidearea {
        margin-right: auto;*/
        height:100%; 
        width:33%;
-        min-width:33%;
-        max-width:33%; 
+/*        min-width:33%;
+        max-width:33%;  */
         float:right;
 }
 
@@ -246,6 +246,15 @@ div.context {
        overflow: auto;
 }
 
+span.autotactic {
+       color: green;
+       font-weight: bold;
+}
+
+span.autotrace {
+       display:none;
+}
+
 span.activegoal {
        color: red;
        font-weight: bold;