]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/lambdadelta/css/ld_web.css
some changes in lambdadelta butterflies
[helm.git] / helm / www / lambdadelta / css / ld_web.css
index e5df659b0162bf765d4814afaa21c61b905aa02c..16fc502dff8ec4c3eb2ebad4cb6320968dd28e65 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 *******************************************************************/
@@ -134,6 +134,10 @@ img.w3c {
 
 /* background colors ********************************************************/
 
+.white {
+  background-color:#ffffff; /* + 0 */
+}
+
 .gray {
   background-color:#dfdfdf; /* + 7/8 */
 }