]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/lambdadelta/css/ld_web.css
- update in basic_2
[helm.git] / helm / www / lambdadelta / css / ld_web.css
index 7ee236c53eb1666974ff71d8128f8cd6c520991e..de85f44d0ddfba88cac5fe2841261cf14ea3ebd7 100644 (file)
@@ -46,6 +46,13 @@ div.head2dx {
    font-size: x-large;
 }
 
+div.head3sn {
+   margin: 0.5em 0; 
+   text-align: left;
+   font-weight: bold; 
+   font-size: large;
+}
+
 div.text {
    margin: 1em 0; 
    text-align: left;
@@ -58,6 +65,20 @@ span.date {
    font-size: medium;
 }
 
+/* tables *******************************************************************/
+
+table {
+  margin-left: auto;
+  margin-right: auto;
+  width: 100%;
+}
+
+td {
+  border-color:#000000;
+  border-width:1px;
+  color:#000000;
+}
+
 /* inline decorations *******************************************************/
 
 img.icon32 {
@@ -85,20 +106,6 @@ img.w3c {
    height: 32px; /* this should be 31px */
 }
 
-/* alignment ****************************************************************/
-
-td.top {
-   vertical-align: top;
-}
-
-td.middle {
-   vertical-align: middle;
-}
-
-td.bottom {
-   vertical-align: bottom;
-}
-
 /* background colors ********************************************************/
 
 .gray {