quattro: fix typos

This commit is contained in:
Fabio Comuni 2012-02-23 14:10:23 +01:00
parent cbc60d525e
commit edd946bcad
2 changed files with 5 additions and 4 deletions

View file

@ -309,13 +309,14 @@ aside {
.allcontact-link { float: right; margin: 5px 0px; } .allcontact-link { float: right; margin: 5px 0px; }
.contact-block-content { .contact-block-content {
clear: both; clear: both;
overflow: idden; height: auto; overflow: hidden;
height: auto;
} }
/*.contact-block-div { width:60px; height: 60px; }*/ /*.contact-block-div { width:60px; height: 60px; }*/
.contact-block-link { .contact-block-link {
float: left; float: left;
margin: 0px 2px 2px 0px; margin: 0px 2px 2px 0px;
img { widht: 48px; height: 48px; } img { width: 48px; height: 48px; }
} }
} }
/* mail view */ /* mail view */

View file

@ -615,7 +615,7 @@ aside #profiles-menu {
} }
#contact-block .contact-block-content { #contact-block .contact-block-content {
clear: both; clear: both;
overflow: idden; overflow: hidden;
height: auto; height: auto;
} }
#contact-block .contact-block-link { #contact-block .contact-block-link {
@ -623,7 +623,7 @@ aside #profiles-menu {
margin: 0px 2px 2px 0px; margin: 0px 2px 2px 0px;
} }
#contact-block .contact-block-link img { #contact-block .contact-block-link img {
widht: 48px; width: 48px;
height: 48px; height: 48px;
} }
/* mail view */ /* mail view */