„threadr/style.css“ ändern
parent
fa990a1e09
commit
8121f1dcd6
|
@ -119,7 +119,6 @@ div.round-border {
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
img.available_space {
|
img.available_space {
|
||||||
|
@ -131,6 +130,7 @@ div.image_container {
|
||||||
padding: 0.5em 0.5em;
|
padding: 0.5em 0.5em;
|
||||||
background-color: #f0f0f0;
|
background-color: #f0f0f0;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
p.image_container {
|
p.image_container {
|
||||||
|
|
Loading…
Reference in New Issue