Added border color to individual images in individual pages.
This commit is contained in:
parent
53d65b529e
commit
932592cffc
1 changed files with 7 additions and 0 deletions
|
@ -653,3 +653,10 @@ Dark Green (links): #118855
|
||||||
border-color: #f0ede4;
|
border-color: #f0ede4;
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
}
|
}
|
||||||
|
img.individual-photo {
|
||||||
|
border: 7px solid #ededed;
|
||||||
|
}
|
||||||
|
.edit-mainImage,
|
||||||
|
.delete-mainImage {
|
||||||
|
top: 150px;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue