sforkowany z mirror/friendica
Merge pull request #9302 from tobiasd/20200927-duepunto
duepuntozero styling of the address in the vcard2022.09-rc
commit
329c44be3f
|
@ -2325,8 +2325,7 @@ aside input[type='text'] {
|
||||||
}
|
}
|
||||||
|
|
||||||
.adr, .homepage-url, .x-network {
|
.adr, .homepage-url, .x-network {
|
||||||
float: left;
|
display: inline-block;
|
||||||
display: block;
|
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2375,6 +2374,7 @@ aside input[type='text'] {
|
||||||
|
|
||||||
.vcard dl {
|
.vcard dl {
|
||||||
clear: both;
|
clear: both;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
#birthday-title {
|
#birthday-title {
|
||||||
|
|
Ładowanie…
Reference in New Issue