duepuntozero styling of the address in the vcard
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 27 Sep 2020 17:50:30 +0000 (19:50 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 27 Sep 2020 17:50:30 +0000 (19:50 +0200)
view/theme/duepuntozero/style.css

index 85669be..9a78328 100644 (file)
@@ -2325,8 +2325,7 @@ aside input[type='text'] {
 }
 
 .adr, .homepage-url, .x-network {
-       float: left;
-       display: block;
+       display: inline-block;
        margin-left: 8px;
 }
 
@@ -2375,6 +2374,7 @@ aside input[type='text'] {
 
 .vcard dl {
        clear: both;
+       display: inline-block;
 }
 
 #birthday-title {