aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-12-16 22:50:19 +0100
committerMario Vavti <mario@mariovavti.com>2016-12-16 22:50:19 +0100
commit6eed7eb54054502d438ea18a9411d3be7cdf14fc (patch)
tree6ff797258efe2b0413fa6b1c5f73b48ce5c862aa /view/theme/redbasic/css
parentdc34bf18bb75b8be3bf94c2189701b3e847932ac (diff)
downloadvolse-hubzilla-6eed7eb54054502d438ea18a9411d3be7cdf14fc.tar.gz
volse-hubzilla-6eed7eb54054502d438ea18a9411d3be7cdf14fc.tar.bz2
volse-hubzilla-6eed7eb54054502d438ea18a9411d3be7cdf14fc.zip
display inline instead of floating
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css16
1 files changed, 6 insertions, 10 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 3ae52d5cc..f5998c5f6 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -473,7 +473,6 @@ footer {
#contact-block {
width: 100%;
- float: left;
}
#contact-block-numcontacts {
@@ -482,12 +481,10 @@ footer {
}
.contact-block-div {
- float: left;
- width: 50px;
- height: 50px;
+ display: inline;
}
+
.contact-block-textdiv {
- float: left;
width: 150px;
height: 34px;
}
@@ -495,12 +492,11 @@ footer {
#contact-block-end {
clear: both;
}
-.contact-block-link {
- float: left;
-}
+
.contact-block-img {
- width:48px;
- height:48px;
+ width:47px;
+ height:47px;
+ margin-bottom: 3px;
}
#tag-remove {