aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-02-23 06:44:06 -0800
committerSimon <simon@kisikew.org>2012-02-23 06:44:06 -0800
commit8cacff69858c2ad097bafb80c93405e79c311edf (patch)
tree11dde4b3608b64a5e62dfb90e63321f14d231def
parent1dacb2e57018ae210dad6f9992ec3d75d4b53138 (diff)
parentd45e26d6d9976141f8a63e25f5f6b5dd87a2f766 (diff)
downloadvolse-hubzilla-8cacff69858c2ad097bafb80c93405e79c311edf.tar.gz
volse-hubzilla-8cacff69858c2ad097bafb80c93405e79c311edf.tar.bz2
volse-hubzilla-8cacff69858c2ad097bafb80c93405e79c311edf.zip
Merge pull request #47 from fabrixxm/master
quattro: fix typos
-rwxr-xr-xview/theme/quattro/quattro.less5
-rwxr-xr-xview/theme/quattro/style.css4
2 files changed, 5 insertions, 4 deletions
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less
index 1c14177c6..9d2608261 100755
--- a/view/theme/quattro/quattro.less
+++ b/view/theme/quattro/quattro.less
@@ -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 */
diff --git a/view/theme/quattro/style.css b/view/theme/quattro/style.css
index 2a912ccba..b728023c9 100755
--- a/view/theme/quattro/style.css
+++ b/view/theme/quattro/style.css
@@ -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 */