This commit is contained in:
Laurent Destailleur 2019-12-22 13:25:58 +01:00
parent 39737c7c4b
commit b52deb94d4
2 changed files with 6 additions and 1 deletions

View File

@ -3605,7 +3605,9 @@ label.radioprivate {
.photowithmargin {
margin-bottom: 2px;
margin-top: 10px;
margin-right: 10px;
}
div.divphotoref > a > .photowithmargin { /* Margin right for photo not inside a div.photoref frame only */
margin-right: 15px;
}
.photowithborder {
border: 1px solid #f0f0f0;

View File

@ -3722,6 +3722,9 @@ label.radioprivate {
margin-bottom: 2px;
margin-top: 2px;
}
div.divphotoref > a > .photowithmargin { /* Margin right for photo not inside a div.photoref frame only */
margin-right: 15px;
}
.photowithborder {
border: 1px solid #f0f0f0;
}