mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-19 04:20:10 +01:00
Match the edges of the status image with its content
This commit is contained in:
parent
5e766ad3dc
commit
65b28bb494
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ nav {
|
||||||
}
|
}
|
||||||
|
|
||||||
nav img.spacestatus {
|
nav img.spacestatus {
|
||||||
border-radius: 5px;
|
border-radius: 15px 5px 5px 15px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
|
Loading…
Reference in a new issue