]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/lambdadelta/css/ld_web.css
news update and some bugs fixed
[helm.git] / helm / www / lambdadelta / css / ld_web.css
index e5df659b0162bf765d4814afaa21c61b905aa02c..b89905077d0c922a835827175cc3ab33f9e255eb 100644 (file)
@@ -3,7 +3,7 @@
 /* general ******************************************************************/
 
 body {
-   background: rgb(255, 255, 255); 
+   background-color: rgb(255, 255, 255); 
    color: rgb(0, 0, 0);
    margin: 2.5%;
 }
@@ -11,13 +11,13 @@ body {
 a:link, a:visited, a:hover, a:active, a:focus {
    text-decoration: underline;
    color: inherit;
-   backgroud: inherit;
+   background-color: inherit;
 }
 
 a:hover {
    text-decoration: underline;
    color: inherit;
-   background: rgb(192, 192, 192);
+   background-color: rgb(192, 192, 192);
 }
 
 /* blocks *******************************************************************/