]> 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 2b299cf3070244b269a417f00273ec9d11312814..b89905077d0c922a835827175cc3ab33f9e255eb 100644 (file)
@@ -3,18 +3,21 @@
 /* general ******************************************************************/
 
 body {
-   background: rgb(255, 255, 255); 
+   background-color: rgb(255, 255, 255); 
    color: rgb(0, 0, 0);
    margin: 2.5%;
 }
 
 a:link, a:visited, a:hover, a:active, a:focus {
    text-decoration: underline;
-   color: rgb(0, 0, 0);
+   color: inherit;
+   background-color: inherit;
 }
 
 a:hover {
-   background: rgb(192, 192, 192);
+   text-decoration: underline;
+   color: inherit;
+   background-color: rgb(192, 192, 192);
 }
 
 /* blocks *******************************************************************/