modified.
This commit is contained in:
parent
b993552f15
commit
81708bc33f
1 changed files with 18 additions and 5 deletions
|
@ -2549,12 +2549,12 @@ a:hover {
|
||||||
|
|
||||||
.photothumbs {
|
.photothumbs {
|
||||||
height: 150px;
|
height: 150px;
|
||||||
width: 100%;
|
width: 201px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.photothumbs1 {
|
.photothumbs1 {
|
||||||
height: 200px;
|
height: 147px;
|
||||||
width: 100%;
|
width: 284px;
|
||||||
border: solid 1px;
|
border: solid 1px;
|
||||||
border-color: #ffffff;
|
border-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
@ -2567,9 +2567,9 @@ a:hover {
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 123px;
|
top: 119px;
|
||||||
left: 17px;
|
left: 17px;
|
||||||
width: 198px;
|
width: 274px;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2671,3 +2671,16 @@ a:hover {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.item {
|
||||||
|
width: 100%;
|
||||||
|
height: 148px;
|
||||||
|
}
|
||||||
|
.item.w2 {
|
||||||
|
width: 284px;
|
||||||
|
height: 147px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.photomargin {
|
||||||
|
margin-left: -38px;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue