forked from GNUsocial/gnu-social
Quick fix to make custom site logos work better.
This commit is contained in:
parent
2601b57505
commit
41f06d96d4
@ -12,8 +12,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
address {
|
address {
|
||||||
width: auto;
|
margin: 1px 0 0;
|
||||||
left: 0px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
address img {
|
address img {
|
||||||
|
@ -176,15 +176,19 @@ option {
|
|||||||
address {
|
address {
|
||||||
float: left;
|
float: left;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 1px;
|
margin: -2px 0 3px 0;
|
||||||
left: 2px;
|
|
||||||
margin: 0px;
|
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
height: 24px;
|
|
||||||
width: 148px;
|
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
address a, address img {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
address img {
|
||||||
|
max-width: 158px;
|
||||||
|
}
|
||||||
|
|
||||||
address img + .fn {
|
address img + .fn {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -26,10 +26,6 @@ body {
|
|||||||
padding-top: 7px;
|
padding-top: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
address {
|
|
||||||
left: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#site_nav_global_primary {
|
#site_nav_global_primary {
|
||||||
top: 0px;
|
top: 0px;
|
||||||
right: -14px;
|
right: -14px;
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 3.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 2.8 KiB |
Loading…
Reference in New Issue
Block a user