Merge pull request #47 from fabrixxm/master

quattro: fix typos
This commit is contained in:
Simon 2012-02-23 06:44:06 -08:00
commit 8cacff6985
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 */