]> git.mxchange.org Git - friendica.git/commitdiff
quattro: fix typos
authorFabio Comuni <fabrix.xm@gmail.com>
Thu, 23 Feb 2012 13:10:23 +0000 (14:10 +0100)
committerFabio Comuni <fabrix.xm@gmail.com>
Thu, 23 Feb 2012 13:10:23 +0000 (14:10 +0100)
view/theme/quattro/quattro.less
view/theme/quattro/style.css

index 1c14177c67b9c5bd8b7fbccfc702f78659029ea1..9d26082616a6730efbc16b41d47e999ebda023e8 100755 (executable)
@@ -309,13 +309,14 @@ aside {
        .allcontact-link { float: right; margin: 5px 0px; }
        .contact-block-content {
                clear: both;
-               overflow: idden;        height: auto;
+               overflow: hidden;
+               height: auto;
        }
        /*.contact-block-div { width:60px; height: 60px; }*/
        .contact-block-link {
                float: left;
                margin: 0px 2px 2px 0px;
-               img { widht: 48px; height: 48px; }
+               img { width: 48px; height: 48px; }
        }
 }
 /* mail view */
index 2a912ccba9e2bc24057b4dfa12fc31d903fee0c3..b728023c9f66f86f8355b93a4203f47aa0449e17 100755 (executable)
@@ -615,7 +615,7 @@ aside #profiles-menu {
 }
 #contact-block .contact-block-content {
   clear: both;
-  overflow: idden;
+  overflow: hidden;
   height: auto;
 }
 #contact-block .contact-block-link {
@@ -623,7 +623,7 @@ aside #profiles-menu {
   margin: 0px 2px 2px 0px;
 }
 #contact-block .contact-block-link img {
-  widht: 48px;
+  width: 48px;
   height: 48px;
 }
 /* mail view */